Skip to content

Commit 1a929ac

Browse files
committed
Release 0.28.0-adobe-20250921
1 parent 04d7cb1 commit 1a929ac

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![Koperator](https://img.shields.io/github/v/release/adobe/koperator?label=Koperator)
44
![Released](https://img.shields.io/github/release-date/adobe/koperator?label=Released)
55
![License](https://img.shields.io/github/license/adobe/koperator?label=License)
6-
![Go version (latest release)](https://img.shields.io/github/go-mod/go-version/adobe/koperator/0.28.0-adobe-20250911)
6+
![Go version (latest release)](https://img.shields.io/github/go-mod/go-version/adobe/koperator/0.28.0-adobe-20250921)
77

88
</p>
99

@@ -121,17 +121,17 @@ kubectl apply -f https://raw.githubusercontent.com/adobe/koperator/refs/heads/ma
121121
helm install kafka-operator oci://ghcr.io/adobe/koperator/chart --namespace=kafka --create-namespace
122122

123123
# Or install a specific version (replace with desired version)
124-
helm install kafka-operator oci://ghcr.io/adobe/koperator/chart --version 0.28.0-adobe-20250911 --namespace=kafka --create-namespace
124+
helm install kafka-operator oci://ghcr.io/adobe/koperator/chart --version 0.28.0-adobe-20250921 --namespace=kafka --create-namespace
125125
```
126126

127127
#### Pull and inspect the chart before installation
128128

129129
```sh
130130
# Pull the chart locally
131-
helm pull oci://ghcr.io/adobe/koperator/chart --version 0.28.0-adobe-20250911
131+
helm pull oci://ghcr.io/adobe/koperator/chart --version 0.28.0-adobe-20250921
132132

133133
# Extract and inspect
134-
tar -xzf chart-0.28.0-adobe-20250911.tgz
134+
tar -xzf chart-0.28.0-adobe-20250921.tgz
135135
helm template kafka-operator ./chart/
136136

137137
# Install from local chart

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.26.0-dev.0
3+
version: 0.28.0-dev.0
44
description: kafka-operator manages Kafka deployments on Kubernetes
55
sources:
66
- https://github.com/adobe/koperator
7-
appVersion: v0.26.0-dev.0
7+
appVersion: v0.28.0-dev.0

charts/kafka-operator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To install the chart from the OCI registry:
2828
helm 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

3434
To install the operator using an already installed cert-manager:
@@ -46,7 +46,7 @@ If this value is not set your CRDs might be deleted.
4646
helm 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
6666
Parameter | 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

Comments
 (0)