From 71c8f07532c0d57d25588cdd1512589e09a98656 Mon Sep 17 00:00:00 2001 From: Fabian Meyer <3982806+meyfa@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:41:38 +0100 Subject: [PATCH 1/2] fix: Update chownImage to alpine 3.19 Alpine 3.11 has not received security updates for over 2 years. --- charts/zitadel/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/zitadel/values.yaml b/charts/zitadel/values.yaml index 590ea578..e31d5059 100644 --- a/charts/zitadel/values.yaml +++ b/charts/zitadel/values.yaml @@ -72,7 +72,7 @@ image: chownImage: repository: alpine pullPolicy: IfNotPresent - tag: "3.11" + tag: "3.19" imagePullSecrets: [] nameOverride: "" From f737ed37688d72a08b72c0f007c54801c9f44e35 Mon Sep 17 00:00:00 2001 From: Fabian Meyer <3982806+meyfa@users.noreply.github.com> Date: Sun, 28 Jan 2024 12:45:21 +0000 Subject: [PATCH 2/2] fix: Bump chart version --- charts/zitadel/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/zitadel/Chart.yaml b/charts/zitadel/Chart.yaml index 915baf86..ef447171 100644 --- a/charts/zitadel/Chart.yaml +++ b/charts/zitadel/Chart.yaml @@ -3,7 +3,7 @@ name: zitadel description: A Helm chart for ZITADEL type: application appVersion: "v2.41.1" -version: 7.6.0 +version: 7.6.1 kubeVersion: ">= 1.21.0-0" icon: https://zitadel.com/zitadel-logo-dark.svg maintainers: