Commit d80cb7b 1 parent 6f26cc4 commit d80cb7b Copy full SHA for d80cb7b
File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: zitadel
3
3
description : A Helm chart for ZITADEL
4
4
type : application
5
5
appVersion : " v2.41.1"
6
- version : 7.6.1
6
+ version : 7.7.0
7
7
kubeVersion : " >= 1.21.0-0"
8
8
icon : https://zitadel.com/zitadel-logo-dark.svg
9
9
maintainers :
Original file line number Diff line number Diff line change 26
26
labels :
27
27
app.kubernetes.io/component : start
28
28
{{- include "zitadel.selectorLabels" . | nindent 8 }}
29
+ {{- with .Values.podAdditionalLabels }}
30
+ {{- toYaml . | nindent 8 }}
31
+ {{- end }}
29
32
spec :
30
33
{{- with .Values.imagePullSecrets }}
31
34
imagePullSecrets :
Original file line number Diff line number Diff line change @@ -102,6 +102,8 @@ serviceAccount:
102
102
103
103
podAnnotations : {}
104
104
105
+ podAdditionalLabels : {}
106
+
105
107
podSecurityContext :
106
108
runAsNonRoot : true
107
109
runAsUser : 1000
You can’t perform that action at this time.
0 commit comments