Skip to content

Commit 257454c

Browse files
authored
fix: Update chownImage to alpine 3.19 (#164)
* fix: Update chownImage to alpine 3.19 Alpine 3.11 has not received security updates for over 2 years. * fix: Bump chart version
1 parent e947785 commit 257454c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/zitadel/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: zitadel
33
description: A Helm chart for ZITADEL
44
type: application
55
appVersion: "v2.41.1"
6-
version: 7.6.0
6+
version: 7.6.1
77
kubeVersion: ">= 1.21.0-0"
88
icon: https://zitadel.com/zitadel-logo-dark.svg
99
maintainers:

charts/zitadel/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ image:
7272
chownImage:
7373
repository: alpine
7474
pullPolicy: IfNotPresent
75-
tag: "3.11"
75+
tag: "3.19"
7676

7777
imagePullSecrets: []
7878
nameOverride: ""

0 commit comments

Comments
 (0)