diff --git a/execution/helm/theodolite-chart/Chart.yaml b/execution/helm/theodolite-chart/Chart.yaml
index b880e65bbd00b0fdfeede326d7a42141c3a93f2a..8fac2670eae1a54c758ecb1261578927d15b6b3b 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 4d8160f995f4740476c92a68216f3f9c328bdd47..9e63dce319f0111f4b54a32b388997d01b8813bc 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.