From 6b0ef4c8700c2b9af31e4978fe413411d53a62c5 Mon Sep 17 00:00:00 2001 From: Neraj Chand Date: Fri, 3 May 2024 16:41:20 +1000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20Kafdrop=20Image?= =?UTF-8?q?=20Version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This upgrade brings in a ton of dependancy updates along with CVE Patches and bug fixes. See the full [Changelog](https://github.com/obsidiandynamics/kafdrop/compare/4.0.1...4.0.2) for a comprehensive list of all the changes. --- stable/kafdrop/Chart.yaml | 4 ++-- stable/kafdrop/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/kafdrop/Chart.yaml b/stable/kafdrop/Chart.yaml index 92a728b..2e1e546 100644 --- a/stable/kafdrop/Chart.yaml +++ b/stable/kafdrop/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 4.0.1 +appVersion: 4.0.2 description: A Helm chart for Kafdrop name: kafdrop -version: 1.0.0 +version: 1.1.0 diff --git a/stable/kafdrop/values.yaml b/stable/kafdrop/values.yaml index f219f58..ec73053 100644 --- a/stable/kafdrop/values.yaml +++ b/stable/kafdrop/values.yaml @@ -5,7 +5,7 @@ image: # -- Kafdrop image repository. repository: obsidiandynamics/kafdrop # -- Kafdrop image version. - tag: 4.0.1 + tag: 4.0.2 # -- Kafdrop image pull policy. pullPolicy: IfNotPresent