This repository was archived by the owner on Mar 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22name : kafka-operator
3- version : 0.2.7
3+ version : 0.2.8
44description : kafka-operator manages Kafka deployments on Kubernetes
55sources :
66 - https://github.com/banzaicloud/kafka-operator
7- appVersion : 0.8.0
7+ appVersion : 0.8.1
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ imagePullSecrets: []
1111operator :
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
You can’t perform that action at this time.
0 commit comments