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

Commit 8b57f6e

Browse files
authored
release(chart): bumped version 0.22.0->0.23.0 (#930)
As a preparation for the release of 0.23.0.
1 parent 73cf322 commit 8b57f6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/kafka-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: kafka-operator
3-
version: 0.23.0-dev.0
3+
version: 0.23.0
44
description: kafka-operator manages Kafka deployments on Kubernetes
55
sources:
66
- https://github.com/banzaicloud/koperator
7-
appVersion: v0.23.0-dev.0
7+
appVersion: v0.23.0

charts/kafka-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following table lists the configurable parameters of the Banzaicloud Kafka O
5353
Parameter | Description | Default
5454
--------- | ----------- | -------
5555
`operator.image.repository` | Operator container image repository | `ghcr.io/banzaicloud/kafka-operator`
56-
`operator.image.tag` | Operator container image tag | `v0.22.0`
56+
`operator.image.tag` | Operator container image tag | `v0.23.0`
5757
`operator.image.pullPolicy` | Operator container image pull policy | `IfNotPresent`
5858
`operator.serviceAccount.name` | ServiceAccount used by the operator pod | `kafka-operator`
5959
`operator.serviceAccount.create` | If true, create the `operator.serviceAccount.name` service account | `true`

0 commit comments

Comments
 (0)