From ca427c0a0a5ab57ea2f0eaf1a2a35d7eb28d37e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Fri, 26 Feb 2021 10:27:39 +0100 Subject: [PATCH] Upgrade Kafka Helm chart version --- execution/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/execution/README.md b/execution/README.md index 93cd7656d..442f1c719 100644 --- a/execution/README.md +++ b/execution/README.md @@ -84,7 +84,7 @@ not want to deploy 10 Kafka and 3 Zookeeper instances, alter the configuration file accordingly. To install the patched Confluent's Kafka with our configuration: ```sh -helm install my-confluent https://github.com/SoerenHenning/cp-helm-charts/releases/download/v6.0.1-1-JMX-FIX/cp-helm-charts-0.6.0.tgz -f infrastructure/kafka/values.yaml +helm install my-confluent https://github.com/SoerenHenning/cp-helm-charts/releases/download/v6.0.1-1-JMX-FIX-2/cp-helm-charts-0.6.0.tgz -f infrastructure/kafka/values.yaml ``` To let Prometheus scrape Kafka metrics, deploy a ServiceMonitor: -- GitLab