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

Commit 55c60c6

Browse files
authored
release(Helm): bumped chart to 0.24.0 (#959)
1 parent 5c78148 commit 55c60c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.1
3+
version: 0.24.0
44
description: kafka-operator manages Kafka deployments on Kubernetes
55
sources:
66
- https://github.com/banzaicloud/koperator
7-
appVersion: v0.23.1
7+
appVersion: v0.24.0

charts/kafka-operator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Before installing the chart, you must first install the Koperator CustomResource
1212
This is performed in a separate step to allow you to easily uninstall and reinstall Koperator without deleting your installed custom resources.
1313

1414
```
15-
kubectl create --validate=false -f https://github.com/banzaicloud/koperator/releases/download/v0.23.1/kafka-operator.crds.yaml
15+
kubectl create --validate=false -f https://github.com/banzaicloud/koperator/releases/download/v0.24.0/kafka-operator.crds.yaml
1616
```
1717

1818
To install the chart:
@@ -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.23.1`
56+
`operator.image.tag` | Operator container image tag | `v0.24.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)