You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,11 @@ The operator also uses `cert-manager` for issuing certificates to users and brok
96
96
97
97
#### Install cert-manager
98
98
99
+
> Cert-manager 0.11.x introduced some API changes. We did not want to drop the 0.10.x line support so we decided to create two releases for the Operator.
100
+
101
+
- Operator 0.8.x line supports cert-manager 0.11.x
102
+
- Operator 0.7.x line supports cert-manager 0.10.x
103
+
99
104
Install cert-manager and CustomResourceDefinitions
Alternatively, if you are using Helm, you can deploy the operator using a Helm chart [Helm chart](https://github.com/banzaicloud/kafka-operator/tree/master/charts):
208
213
214
+
> To install the 0.7.x version of the operator use `helm install --name=kafka-operator --namespace=kafka --set operator.image.tag=0.7.x banzaicloud-stable/kafka-operator -f config/samples/example-prometheus-alerts.yaml`
0 commit comments