From 125cf73349b90e9862e55202a395724526950946 Mon Sep 17 00:00:00 2001
From: Simon Ehrenstein <simon.ehrenstein@gmail.com>
Date: Fri, 18 Feb 2022 16:12:35 +0100
Subject: [PATCH] Update strimzi to 0.28.0

---
 helm/Chart.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index 77e867e55..973c985b5 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -25,7 +25,7 @@ dependencies:
     repository: https://soerenhenning.github.io/cp-helm-charts
     condition: cp-helm-charts.enabled
   - name: strimzi-kafka-operator
-    version: 0.27.1
+    version: 0.28.0
     repository: https://strimzi.io/charts/
     condition: strimzi.enabled
 
-- 
GitLab