From 7b60ac029bb777eb5a78e3a3420dc6342aa298c5 Mon Sep 17 00:00:00 2001 From: Patrik Egyed <8093632+pregnor@users.noreply.github.com> Date: Wed, 12 Jul 2023 17:25:53 +0200 Subject: [PATCH] release: 0.25.1 (#1010) --- README.md | 4 ++-- charts/kafka-operator/Chart.yaml | 4 ++-- charts/kafka-operator/README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8cf91731b..e3a4e5cab 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ # Koperator -Koperator is an open-source operator that automates the provisioning, management, and autoscaling of Apache Kafka clusters on Kubernetes. +Koperator is an open-source operator that automates the provisioning, management, and autoscaling of Apache Kafka clusters on Kubernetes. 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. Some of the main features of Koperator are: @@ -105,7 +105,7 @@ You can deploy Koperator using a Helm chart. Complete the following steps. 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. ``` -kubectl create --validate=false -f https://github.com/banzaicloud/koperator/releases/download/v0.25.0/kafka-operator.crds.yaml +kubectl create --validate=false -f https://github.com/banzaicloud/koperator/releases/download/v0.25.1/kafka-operator.crds.yaml ``` 2. Install Koperator into the `kafka` namespace: diff --git a/charts/kafka-operator/Chart.yaml b/charts/kafka-operator/Chart.yaml index dcad831bf..c9bda7029 100644 --- a/charts/kafka-operator/Chart.yaml +++ b/charts/kafka-operator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: kafka-operator -version: 0.25.0 +version: 0.25.1 description: kafka-operator manages Kafka deployments on Kubernetes sources: - https://github.com/banzaicloud/koperator -appVersion: v0.25.0 +appVersion: v0.25.1 diff --git a/charts/kafka-operator/README.md b/charts/kafka-operator/README.md index 26f49589e..b0f43f30f 100644 --- a/charts/kafka-operator/README.md +++ b/charts/kafka-operator/README.md @@ -12,7 +12,7 @@ Before installing the chart, you must first install the Koperator CustomResource This is performed in a separate step to allow you to easily uninstall and reinstall Koperator without deleting your installed custom resources. ``` -kubectl create --validate=false -f https://github.com/banzaicloud/koperator/releases/download/v0.25.0/kafka-operator.crds.yaml +kubectl create --validate=false -f https://github.com/banzaicloud/koperator/releases/download/v0.25.1/kafka-operator.crds.yaml ``` To install the chart: @@ -53,7 +53,7 @@ The following table lists the configurable parameters of the Banzaicloud Kafka O Parameter | Description | Default --------- | ----------- | ------- `operator.image.repository` | Operator container image repository | `ghcr.io/banzaicloud/kafka-operator` -`operator.image.tag` | Operator container image tag | `v0.25.0` +`operator.image.tag` | Operator container image tag | `v0.25.1` `operator.image.pullPolicy` | Operator container image pull policy | `IfNotPresent` `operator.serviceAccount.name` | ServiceAccount used by the operator pod | `kafka-operator` `operator.serviceAccount.create` | If true, create the `operator.serviceAccount.name` service account | `true`