Skip to content

Commit f3cb59f

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

File tree

4 files changed

+19
-16
lines changed

4 files changed

+19
-16
lines changed

.github/workflows/operator-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
- name: Set Release Date
4646
run: |
4747
echo "BUILT_AT=$(date --rfc-3339=date)" >> ${GITHUB_ENV}
48+
- name: Set up QEMU
49+
uses: docker/setup-qemu-action@v3
4850
- name: Set up Docker Buildx
4951
uses: docker/setup-buildx-action@v3
5052
# Extract metadata (tags, labels) for Docker
@@ -62,6 +64,7 @@ jobs:
6264
with:
6365
context: .
6466
file: ./Dockerfile
67+
platforms: linux/amd64,linux/arm64
6568
build-args: |
6669
VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
6770
BUILT_AT=${{ env.BUILT_AT }}
@@ -78,7 +81,7 @@ jobs:
7881
- name: Push Helm Chart to GHCR
7982
uses: appany/[email protected]
8083
with:
81-
name: chart
84+
name: kafka-operator
8285
repository: ${{ github.repository_owner }}
8386
tag: ${{ steps.vars.outputs.tag }}
8487
path: charts/kafka-operator

README.md

Lines changed: 6 additions & 6 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

@@ -114,24 +114,24 @@ kubectl apply -f https://raw.githubusercontent.com/adobe/koperator/refs/heads/ma
114114

115115
2. Install Koperator into the `kafka` namespace using the OCI Helm chart from GitHub Container Registry:
116116

117-
> 📦 **View available versions**: [ghcr.io/adobe/koperator/chart](https://github.com/adobe/koperator/pkgs/container/koperator/chart)
117+
> 📦 **View available versions**: [ghcr.io/adobe/koperator/kafka-operator](https://github.com/adobe/koperator/pkgs/container/koperator/kafka-operator)
118118
119119
```sh
120120
# Install the latest release
121-
helm install kafka-operator oci://ghcr.io/adobe/koperator/chart --namespace=kafka --create-namespace
121+
helm install kafka-operator oci://ghcr.io/adobe/koperator/kafka-operator --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/kafka-operator --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/kafka-operator --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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ kubectl apply -f https://raw.githubusercontent.com/adobe/koperator/refs/heads/ma
2121

2222
To 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

3434
To 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
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)