diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index 018c6e8b3d8167e445b011c4a6339e53b7fe20dd..39e2cf03b5f7173da8d53c87e615946cce3951e9 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -21,10 +21,6 @@ dependencies:
     version:  20.0.1
     repository: https://prometheus-community.github.io/helm-charts
     condition: kube-prometheus-stack.enabled
-  - name: cp-helm-charts
-    version: 0.6.0
-    repository: https://soerenhenning.github.io/cp-helm-charts
-    condition: cp-helm-charts.enabled
   - name: strimzi-kafka-operator
     version: 0.29.0
     repository: https://strimzi.io/charts/
diff --git a/helm/values.yaml b/helm/values.yaml
index 6340a07fd063e9f7d8dc9a0b96050e3daada6258..f5af9bba4a4b4432a3c97d22e0fbc6ade9772de7 100644
--- a/helm/values.yaml
+++ b/helm/values.yaml
@@ -58,106 +58,8 @@ grafana:
 
 
 ###
-# Confluent Platform 
+# Strimzi and Kafka
 ###
-
-cp-helm-charts:
-  enabled: false
-  ## ------------------------------------------------------
-  ## Zookeeper
-  ## ------------------------------------------------------
-  cp-zookeeper:
-    enabled: false
-    nodeSelector: {}
-    servers: 3
-    image: confluentinc/cp-zookeeper
-    imageTag: 5.4.0
-    ## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
-    ## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
-    imagePullSecrets:
-    #  - name: "regcred"
-    heapOptions: "-Xms512M -Xmx512M"
-    persistence:
-      enabled: false
-
-  ## ------------------------------------------------------
-  ## Kafka
-  ## ------------------------------------------------------
-  cp-kafka:
-    enabled: false
-    nodeSelector: {}
-    brokers: 3
-    image: confluentinc/cp-enterprise-kafka
-    imageTag: 5.4.0
-    ## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
-    ## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
-    imagePullSecrets:
-    #  - name: "regcred"
-    heapOptions: "-Xms512M -Xmx512M"
-    persistence:
-      enabled: false
-    resources: {}
-    configurationOverrides:
-      #offsets.topic.replication.factor: 1
-      "message.max.bytes": "134217728" # 128 MB
-      "replica.fetch.max.bytes": "134217728" # 128 MB
-      #default.replication.factor: 1
-      # "min.insync.replicas": 2
-      "auto.create.topics.enable": false
-      #"log.retention.ms": "10000" # 10s
-      "log.retention.ms": "7200000" # 2h
-      "metrics.sample.window.ms": "5000" #5s
-      "advertised.listeners": |-
-        EXTERNAL://${HOST_IP}:$((31090 + ${KAFKA_BROKER_ID}))
-      "listener.security.protocol.map": |-
-        PLAINTEXT:PLAINTEXT,EXTERNAL:PLAINTEXT
-    
-    nodeport:
-      enabled: false
-      servicePort: 19092
-      firstListenerPort: 31090
-
-
-  ## ------------------------------------------------------
-  ## Schema Registry
-  ## ------------------------------------------------------
-  cp-schema-registry:
-    enabled: false
-    nodeSelector: {}
-    image: confluentinc/cp-schema-registry
-    imageTag: 5.4.0
-    ## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
-    ## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
-    imagePullSecrets:
-    #  - name: "regcred"
-    heapOptions: "-Xms512M -Xmx512M"
-    resources: {}
-    
-    external:
-      enabled: true
-      type: NodePort
-      servicePort: 8081
-      nodePort: 30099
-      annotations: {}
-
-    kafka:
-      bootstrapServers: theodolite-kafka-kafka-bootstrap:9092
-
-  cp-kafka-rest:
-    enabled: false
-
-  cp-kafka-connect:
-    enabled: false
-
-  cp-ksql-server:
-    enabled: false
-
-  cp-control-center:
-    enabled: false
-
-  ## The interval between refreshing metrics
-  pollIntervalSeconds: 15
-
 strimzi-kafka-operator:
   createGlobalResources: false # Might disable some of Strimzi's features
 
@@ -170,7 +72,6 @@ strimzi:
         type: internal
         tls: false
     replicas: 3
-    version: 3.1.0 
     config:
       "message.max.bytes": "134217728" # 128 MB
       "replica.fetch.max.bytes": "134217728" #128 MB