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

Commit 7b60ac0

Browse files
authored
release: 0.25.1 (#1010)
1 parent 714d07b commit 7b60ac0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# Koperator
2424

25-
Koperator is an open-source operator that automates the provisioning, management, and autoscaling of Apache Kafka clusters on Kubernetes.
25+
Koperator is an open-source operator that automates the provisioning, management, and autoscaling of Apache Kafka clusters on Kubernetes.
2626
Unlike other solutions that rely on StatefulSets, Koperator has been built with a unique architecture that provides greater flexibility and functionality for managing Apache Kafka. This architecture allows for fine-grained configuration and management of individual brokers.
2727

2828
Some of the main features of Koperator are:
@@ -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.25.0/kafka-operator.crds.yaml
108+
kubectl create --validate=false -f https://github.com/banzaicloud/koperator/releases/download/v0.25.1/kafka-operator.crds.yaml
109109
```
110110

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

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.25.0
3+
version: 0.25.1
44
description: kafka-operator manages Kafka deployments on Kubernetes
55
sources:
66
- https://github.com/banzaicloud/koperator
7-
appVersion: v0.25.0
7+
appVersion: v0.25.1

charts/kafka-operator/README.md

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