Skip to content

Commit

Permalink
Merge branch 'master' into deletion/non-headless/svc
Browse files Browse the repository at this point in the history
  • Loading branch information
panyuenlau committed Feb 13, 2023
2 parents b9556df + 8b57f6e commit 71000a4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
<p align="center">

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

<a href="https://circleci.com/gh/banzaicloud/koperator">
<img src="https://circleci.com/gh/banzaicloud/koperator/tree/master.svg?style=shield" alt="CircleCI">
</a>
</p>

---

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

<a href="https://github.com/banzaicloud/koperator/">
<img src="https://img.shields.io/badge/license-Apache%20v2-orange.svg" alt="license">
</a>
![Go version](https://img.shields.io/github/go-mod/go-version/banzaicloud/koperator/master)
[![Go Report Card](https://goreportcard.com/badge/github.com/banzaicloud/koperator)](https://goreportcard.com/report/github.com/banzaicloud/koperator)
![CI](https://img.shields.io/github/actions/workflow/status/banzaicloud/koperator/ci.yml?branch=master&label=CI)
![Image](https://img.shields.io/github/actions/workflow/status/banzaicloud/koperator/docker.yml?branch=master&label=Image)
![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)
![Helm chart](https://img.shields.io/github/actions/workflow/status/banzaicloud/koperator/helm.yml?branch=master&label=Helm%20chart)

</p>

Expand Down
4 changes: 2 additions & 2 deletions charts/kafka-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: kafka-operator
version: 0.23.0-dev.0
version: 0.23.0
description: kafka-operator manages Kafka deployments on Kubernetes
sources:
- https://github.com/banzaicloud/koperator
appVersion: v0.23.0-dev.0
appVersion: v0.23.0
2 changes: 1 addition & 1 deletion charts/kafka-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The following table lists the configurable parameters of the Banzaicloud Kafka O
Parameter | Description | Default
--------- | ----------- | -------
`operator.image.repository` | Operator container image repository | `ghcr.io/banzaicloud/kafka-operator`
`operator.image.tag` | Operator container image tag | `v0.22.0`
`operator.image.tag` | Operator container image tag | `v0.23.0`
`operator.image.pullPolicy` | Operator container image pull policy | `IfNotPresent`
`operator.serviceAccount.name` | ServiceAccount used by the operator pod | `kafka-operator`
`operator.serviceAccount.create` | If true, create the `operator.serviceAccount.name` service account | `true`
Expand Down

0 comments on commit 71000a4

Please sign in to comment.