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

Commit 3163ecc

Browse files
committed
Bump chart to use 0.10.0 release
1 parent 294c1f2 commit 3163ecc

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

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.2.13
3+
version: 0.2.14
44
description: kafka-operator manages Kafka deployments on Kubernetes
55
sources:
66
- https://github.com/banzaicloud/kafka-operator
7-
appVersion: 0.9.2
7+
appVersion: 0.10.0

charts/kafka-operator/templates/operator-kafka-crd.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,6 @@ spec:
15521552
required:
15531553
- cruiseControlState
15541554
- errorMessage
1555-
- volumeStates
15561555
type: object
15571556
rackAwarenessState:
15581557
description: RackAwarenessState holds info about rack awareness

charts/kafka-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ imagePullSecrets: []
1111
operator:
1212
image:
1313
repository: banzaicloud/kafka-operator
14-
tag: 0.9.2
14+
tag: 0.10.0
1515
pullPolicy: IfNotPresent
1616
vaultAddress: ""
1717
# vaultSecret containing a `ca.crt` key with the Vault CA Certificate

0 commit comments

Comments
 (0)