@@ -28,7 +28,7 @@ To install the chart from the OCI registry:
2828helm install kafka-operator oci://ghcr.io/adobe/koperator/chart --namespace=kafka --create-namespace
2929
3030# Or install a specific version
31- helm install kafka-operator oci://ghcr.io/adobe/koperator/chart --version 0.28.0-adobe-20250911 --namespace=kafka --create-namespace
31+ helm install kafka-operator oci://ghcr.io/adobe/koperator/chart --version 0.28.0-adobe-20250921 --namespace=kafka --create-namespace
3232```
3333
3434To install the operator using an already installed cert-manager:
@@ -46,7 +46,7 @@ If this value is not set your CRDs might be deleted.
4646helm upgrade kafka-operator oci://ghcr.io/adobe/koperator/chart --namespace=kafka
4747
4848# Upgrade to specific version
49- helm upgrade kafka-operator oci://ghcr.io/adobe/koperator/chart --version 0.28.0-adobe-20250911 --namespace=kafka
49+ helm upgrade kafka-operator oci://ghcr.io/adobe/koperator/chart --version 0.28.0-adobe-20250921 --namespace=kafka
5050```
5151
5252## Uninstalling the Chart
@@ -66,7 +66,7 @@ The following table lists the configurable parameters of the Banzaicloud Kafka O
6666Parameter | Description | Default
6767--------- | ----------- | -------
6868` operator.image.repository ` | Operator container image repository | ` ghcr.io/adobe/koperator `
69- ` operator.image.tag ` | Operator container image tag | ` 0.28.0-adobe-20250911 `
69+ ` operator.image.tag ` | Operator container image tag | ` 0.28.0-adobe-20250921 `
7070` operator.image.pullPolicy ` | Operator container image pull policy | ` IfNotPresent `
7171` operator.serviceAccount.name ` | ServiceAccount used by the operator pod | ` kafka-operator `
7272` operator.serviceAccount.create ` | If true, create the ` operator.serviceAccount.name ` service account | ` true `
0 commit comments