From 826bf3be405a6f2decedee2c6cbb2cfe28ceb735 Mon Sep 17 00:00:00 2001 From: jan-wacker <75388864+jan-wacker@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:12:43 +0200 Subject: [PATCH] fix(kafka): increase kafka chart version due to kraft enabled error (#378) * fix: increase kafka chart version due to kraft enabled error * increse prerequisites helm chart version --------- Co-authored-by: Wacker --- charts/prerequisites/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/prerequisites/Chart.yaml b/charts/prerequisites/Chart.yaml index 991d8e493..1b8423341 100644 --- a/charts/prerequisites/Chart.yaml +++ b/charts/prerequisites/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for packages that Datahub depends on type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.2 +version: 0.1.3 dependencies: - name: elasticsearch version: 7.17.3 @@ -35,7 +35,7 @@ dependencies: condition: cp-helm-charts.enabled # This chart deploys a community version of kafka - name: kafka - version: 22.1.3 + version: 22.1.6 repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami condition: kafka.enabled maintainers: