Skip to content

Commit

Permalink
update main
Browse files Browse the repository at this point in the history
  • Loading branch information
eliobischof committed Feb 21, 2024
2 parents 7e6376e + d80cb7b commit b11bad6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/zitadel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: zitadel
description: A Helm chart for ZITADEL
type: application
appVersion: "v2.45.0"
version: 7.7.0
version: 7.8.0
kubeVersion: ">= 1.21.0-0"
icon: https://zitadel.com/zitadel-logo-dark.svg
maintainers:
Expand Down
3 changes: 3 additions & 0 deletions charts/zitadel/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ spec:
labels:
app.kubernetes.io/component: start
{{- include "zitadel.selectorLabels" . | nindent 8 }}
{{- with .Values.podAdditionalLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down
2 changes: 2 additions & 0 deletions charts/zitadel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ serviceAccount:

podAnnotations: {}

podAdditionalLabels: {}

podSecurityContext:
runAsNonRoot: true
runAsUser: 1000
Expand Down

0 comments on commit b11bad6

Please sign in to comment.