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

Commit 7d1ec6f

Browse files
committed
Bump chart version to 0.2.8 and beaitufy rbac install
1 parent c3be7f0 commit 7d1ec6f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.7
3+
version: 0.2.8
44
description: kafka-operator manages Kafka deployments on Kubernetes
55
sources:
66
- https://github.com/banzaicloud/kafka-operator
7-
appVersion: 0.8.0
7+
appVersion: 0.8.1

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ rules:
167167
- update
168168
- patch
169169
- delete
170-
{{- if contains "0.8." .Values.operator.image.tag }}
170+
{{- if contains "0.7." .Values.operator.image.tag }}
171171
- apiGroups:
172-
- cert-manager.io
172+
- certmanager.k8s.io
173173
resources:
174174
- issuers
175175
- clusterissuers
@@ -184,7 +184,7 @@ rules:
184184
- watch
185185
{{- else }}
186186
- apiGroups:
187-
- certmanager.k8s.io
187+
- cert-manager.io
188188
resources:
189189
- issuers
190190
- clusterissuers

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.8.0
14+
tag: 0.8.1
1515
pullPolicy: IfNotPresent
1616
vaultAddress: ""
1717
# vaultSecret containing a `ca.crt` key with the Vault CA Certificate

0 commit comments

Comments
 (0)