Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 73cf322

Browse files
pregnorpanyuenlau
andauthored
Refactored README badges (#931)
* chore(README): removed obsolete badges We transitioned from docker.io to ghcr.io and from CircleCI to GHA so those badges are not relevant anymore. * chore(README): refactored badges Added CI and image. Added Go version and released version and date. --------- Co-authored-by: Darren Lau <[email protected]>
1 parent 8c76627 commit 73cf322

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
<p align="center">
22

3-
<a href="https://hub.docker.com/r/banzaicloud/kafka-operator/">
4-
<img src="https://img.shields.io/docker/cloud/automated/banzaicloud/kafka-operator.svg" alt="Docker Automated build">
5-
</a>
3+
![Koperator](https://img.shields.io/github/v/release/banzaicloud/koperator?label=Koperator&sort=semver)
4+
![Released](https://img.shields.io/github/release-date/banzaicloud/koperator?label=Released)
5+
![License](https://img.shields.io/github/license/banzaicloud/koperator?label=License)
6+
![Go version (latest release)](https://img.shields.io/github/go-mod/go-version/banzaicloud/koperator/v0.22.0)
67

7-
<a href="https://circleci.com/gh/banzaicloud/koperator">
8-
<img src="https://circleci.com/gh/banzaicloud/koperator/tree/master.svg?style=shield" alt="CircleCI">
9-
</a>
8+
</p>
9+
10+
---
1011

11-
<a href="https://goreportcard.com/report/github.com/banzaicloud/koperator">
12-
<img src="https://goreportcard.com/badge/github.com/banzaicloud/koperator" alt="Go Report Card">
13-
</a>
12+
<p align="center">
1413

15-
<a href="https://github.com/banzaicloud/koperator/">
16-
<img src="https://img.shields.io/badge/license-Apache%20v2-orange.svg" alt="license">
17-
</a>
14+
![Go version](https://img.shields.io/github/go-mod/go-version/banzaicloud/koperator/master)
15+
[![Go Report Card](https://goreportcard.com/badge/github.com/banzaicloud/koperator)](https://goreportcard.com/report/github.com/banzaicloud/koperator)
16+
![CI](https://img.shields.io/github/actions/workflow/status/banzaicloud/koperator/ci.yml?branch=master&label=CI)
17+
![Image](https://img.shields.io/github/actions/workflow/status/banzaicloud/koperator/docker.yml?branch=master&label=Image)
18+
![Image (perf test)](https://img.shields.io/github/actions/workflow/status/banzaicloud/koperator/docker_perf_test_load.yml?branch=master&label=Image%20%28perf%20test%29)
19+
![Helm chart](https://img.shields.io/github/actions/workflow/status/banzaicloud/koperator/helm.yml?branch=master&label=Helm%20chart)
1820

1921
</p>
2022

0 commit comments

Comments
 (0)