Skip to content

Commit

Permalink
Bump up chart versions to 0.23.1 for a patch release (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
panyuenlau committed Feb 17, 2023
1 parent c470369 commit 16f2685
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/kafka-operator/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
name: kafka-operator
version: 0.23.0
version: 0.23.1
description: kafka-operator manages Kafka deployments on Kubernetes
sources:
- https://github.com/banzaicloud/koperator
appVersion: v0.23.0
appVersion: v0.23.1
4 changes: 2 additions & 2 deletions charts/kafka-operator/README.md
Expand Up @@ -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.14.0/kafka-operator.crds.yaml
kubectl create --validate=false -f https://github.com/banzaicloud/koperator/releases/download/v0.23.1/kafka-operator.crds.yaml
```

To install the chart:
Expand Down Expand Up @@ -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.23.0`
`operator.image.tag` | Operator container image tag | `v0.23.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`
Expand Down

0 comments on commit 16f2685

Please sign in to comment.