@@ -21,19 +21,19 @@ kubectl apply -f https://raw.githubusercontent.com/adobe/koperator/refs/heads/ma
2121
2222To install the chart from the OCI registry:
2323
24- > 📦 ** View available versions** : [ ghcr.io/adobe/koperator/chart ] ( https://github.com/adobe/koperator/pkgs/container/koperator/chart )
24+ > 📦 ** View available versions** : [ ghcr.io/adobe/koperator/kafka-operator ] ( https://github.com/adobe/koperator/pkgs/container/koperator/kafka-operator )
2525
2626``` bash
2727# Install the latest release
28- helm install kafka-operator oci://ghcr.io/adobe/koperator/chart --namespace=kafka --create-namespace
28+ helm install kafka-operator oci://ghcr.io/adobe/koperator/kafka-operator --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/kafka-operator --version 0.28.0-adobe-20250921 --namespace=kafka --create-namespace
3232```
3333
3434To install the operator using an already installed cert-manager:
3535``` bash
36- helm install kafka-operator oci://ghcr.io/adobe/koperator/chart --set certManager.namespace=< your cert manager namespace> --namespace=kafka --create-namespace
36+ helm install kafka-operator oci://ghcr.io/adobe/koperator/kafka-operator --set certManager.namespace=< your cert manager namespace> --namespace=kafka --create-namespace
3737```
3838
3939## Upgrading the chart
@@ -43,10 +43,10 @@ If this value is not set your CRDs might be deleted.
4343
4444``` bash
4545# Upgrade to latest version
46- helm upgrade kafka-operator oci://ghcr.io/adobe/koperator/chart --namespace=kafka
46+ helm upgrade kafka-operator oci://ghcr.io/adobe/koperator/kafka-operator --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/kafka-operator --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