From 29dd9f25c4ffabc6a8a795dd2a8fc22c9e9abde0 Mon Sep 17 00:00:00 2001 From: Netanel Bollag Date: Tue, 16 May 2023 16:02:39 +0300 Subject: [PATCH] Used fixed version for bitnami kafka chart --- docs/quick-tutorials/k8s-kafka-mtls.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick-tutorials/k8s-kafka-mtls.mdx b/docs/quick-tutorials/k8s-kafka-mtls.mdx index 77bf85c1d..70f9c1905 100644 --- a/docs/quick-tutorials/k8s-kafka-mtls.mdx +++ b/docs/quick-tutorials/k8s-kafka-mtls.mdx @@ -85,7 +85,7 @@ The following command will deploy a Kafka cluster with this chart: helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update helm install --create-namespace -n kafka \ - -f https://docs.otterize.com/code-examples/kafka-mtls/helm/values_debug_logging.yaml kafka bitnami/kafka + -f https://docs.otterize.com/code-examples/kafka-mtls/helm/values_debug_logging.yaml kafka bitnami/kafka --version 21.4.4 ``` You can watch for all pods to be `Ready` using `kubectl get pods -n kafka -w`.