Skip to content

Commit

Permalink
release(chart): bumped version 0.22.0->0.23.0 (#930)
Browse files Browse the repository at this point in the history
As a preparation for the release of 0.23.0.
  • Loading branch information
pregnor committed Feb 13, 2023
1 parent 73cf322 commit 8b57f6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 8b57f6e

Please sign in to comment.