From 50400c991465f24149ad3eadcb1a294f6320fb10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Thu, 4 Feb 2021 17:06:54 +0100 Subject: [PATCH] Set Kafka Lag Exporter as a dependency --- execution/helm/theodolite-chart/Chart.yaml | 4 ++-- execution/helm/theodolite-chart/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/execution/helm/theodolite-chart/Chart.yaml b/execution/helm/theodolite-chart/Chart.yaml index b880e65bb..8fac2670e 100644 --- a/execution/helm/theodolite-chart/Chart.yaml +++ b/execution/helm/theodolite-chart/Chart.yaml @@ -26,8 +26,8 @@ dependencies: # A list of the chart requirements (optional) repository: file://../dependencies/cp-helm-charts/ condition: cp-helm-charts.enabled - name: kafka-lag-exporter - version: 0.6.0 - repository: file://../dependencies/kafka-lag-exporter + version: 0.6.6 + repository: https://lightbend.github.io/kafka-lag-exporter/repo/ condition: kafka-lag-exporter.enabled # This is the chart version. This version number should be incremented each time you make changes diff --git a/execution/helm/theodolite-chart/values.yaml b/execution/helm/theodolite-chart/values.yaml index 4d8160f99..9e63dce31 100644 --- a/execution/helm/theodolite-chart/values.yaml +++ b/execution/helm/theodolite-chart/values.yaml @@ -77,7 +77,7 @@ cp-helm-charts: cp-kafka: enabled: true nodeSelector: {} - brokers: 10 # deauflt: 10 + brokers: 10 # default: 10 image: confluentinc/cp-enterprise-kafka imageTag: 5.4.0 ## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. -- GitLab