From 73cd70fe61fbac08c80b3806cb7b7f408e109a43 Mon Sep 17 00:00:00 2001 From: Netanel Bollag <54136032+NetanelBollag@users.noreply.github.com> Date: Wed, 17 May 2023 09:41:44 +0300 Subject: [PATCH] Use fixed version for bitnami kafka chart (#82) --- 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`.