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

Commit 51ca388

Browse files
authored
Release 0.25.0 preparation (#1008)
* Prepare for release v0.25.0 * Update README to reflect recent zookeeper address changes in config/samples * Update image tag in helm chart README
1 parent 111348f commit 51ca388

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ kubectl create -f - <<EOF
7979
apiVersion: zookeeper.pravega.io/v1beta1
8080
kind: ZookeeperCluster
8181
metadata:
82-
name: zookeeper
82+
name: zookeeper-server
8383
namespace: zookeeper
8484
spec:
8585
replicas: 1
@@ -93,9 +93,9 @@ EOF
9393
```
9494
> kubectl get pods -n zookeeper
9595
96-
NAME READY STATUS RESTARTS AGE
97-
zookeeper-0 1/1 Running 0 27m
98-
zookeeper-operator-54444dbd9d-2tccj 1/1 Running 0 28m
96+
NAME READY STATUS RESTARTS AGE
97+
zookeeper-server-0 1/1 Running 0 27m
98+
zookeeper-operator-54444dbd9d-2tccj 1/1 Running 0 28m
9999
```
100100

101101
### Install Koperator
@@ -105,7 +105,7 @@ You can deploy Koperator using a Helm chart. Complete the following steps.
105105
1. Install the Koperator `CustomResourceDefinition` resources (adjust the version number to the Koperator release you want to install). This is performed in a separate step to allow you to uninstall and reinstall Koperator without deleting your already installed custom resources.
106106

107107
```
108-
kubectl create --validate=false -f https://github.com/banzaicloud/koperator/releases/download/v0.24.1/kafka-operator.crds.yaml
108+
kubectl create --validate=false -f https://github.com/banzaicloud/koperator/releases/download/v0.25.0/kafka-operator.crds.yaml
109109
```
110110

111111
2. Install Koperator into the `kafka` namespace:

charts/kafka-operator/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: kafka-operator
3-
version: 0.25.0-rc.0
3+
version: 0.25.0
44
description: kafka-operator manages Kafka deployments on Kubernetes
55
sources:
66
- https://github.com/banzaicloud/koperator
7-
appVersion: v0.25.0-rc.0
7+
appVersion: v0.25.0

charts/kafka-operator/README.md

+2-2
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.24.1/kafka-operator.crds.yaml
15+
kubectl create --validate=false -f https://github.com/banzaicloud/koperator/releases/download/v0.25.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.25.0-rc.0`
56+
`operator.image.tag` | Operator container image tag | `v0.25.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)