From 93cb21f290a09c400c30aa19832028dba952d46c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Sat, 26 Nov 2022 14:41:58 +0100
Subject: [PATCH] Update Helm docs to reflect state in deps usage

---
 helm/README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/helm/README.md b/helm/README.md
index 172ff98b7..754146c51 100644
--- a/helm/README.md
+++ b/helm/README.md
@@ -67,10 +67,11 @@ kubectl delete crd thanosrulers.monitoring.coreos.com
 
 The following 3rd party charts are used by Theodolite:
 
-- Kube Prometheus Stack (to install the Prometheus Operator, which is used to create a Prometheus instances)
-- Grafana (including a dashboard and a data source configuration)
-- Confluent Platform (for Kafka and Zookeeper)
-- Kafka Lag Exporter (used to collect monitoring data of the Kafka lag)
+- Kube Prometheus Stack
+  - to install the Prometheus Operator, which is used to create a Prometheus instances
+  - to deploy Grafana (including a dashboard and a data source configuration)
+- Grafana (deprecated as replaced by Kube Prometheus Stack)
+- Strimzi (for managing Kafka and Zookeeper)
 
 ### Hints
 
-- 
GitLab