From 16d9ef757b67650bc3aa96bd41f4b233c86ac9b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Tue, 15 Nov 2022 19:45:24 +0100
Subject: [PATCH] Update Strimzi but preserve Kafka version

---
 helm/Chart.yaml  | 2 +-
 helm/values.yaml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index f78629b36..018c6e8b3 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -26,7 +26,7 @@ dependencies:
     repository: https://soerenhenning.github.io/cp-helm-charts
     condition: cp-helm-charts.enabled
   - name: strimzi-kafka-operator
-    version: 0.28.0
+    version: 0.29.0
     repository: https://strimzi.io/charts/
     condition: strimzi.enabled
 
diff --git a/helm/values.yaml b/helm/values.yaml
index 78b425ff8..6340a07fd 100644
--- a/helm/values.yaml
+++ b/helm/values.yaml
@@ -170,6 +170,7 @@ 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
-- 
GitLab