Commit d4d9977 1 parent 3caaa1c commit d4d9977 Copy full SHA for d4d9977
File tree 4 files changed +15
-1
lines changed
4 files changed +15
-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.4 .0
6
+ version : 7.5 .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 @@ -6,6 +6,9 @@ metadata:
6
6
helm.sh/hook : pre-install,pre-upgrade
7
7
helm.sh/hook-delete-policy : before-hook-creation
8
8
helm.sh/hook-weight : " 0"
9
+ {{- with .Values.configMap.annotations }}
10
+ {{- toYaml . | nindent 4 }}
11
+ {{- end }}
9
12
labels :
10
13
{{- include "zitadel.labels" . | nindent 4 }}
11
14
data :
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ metadata:
5
5
labels :
6
6
{{- include "zitadel.labels" . | nindent 4 }}
7
7
app.kubernetes.io/component : start
8
+ {{- with .Values.annotations }}
9
+ annotations :
10
+ {{- toYaml . | nindent 4 }}
11
+ {{- end }}
8
12
spec :
9
13
replicas : {{ .Values.replicaCount }}
10
14
selector :
Original file line number Diff line number Diff line change @@ -66,6 +66,13 @@ imagePullSecrets: []
66
66
nameOverride : " "
67
67
fullnameOverride : " "
68
68
69
+ # Annotations to add to the deployment
70
+ annotations : {}
71
+
72
+ # Annotations to add to the configMap
73
+ configMap :
74
+ annotations : {}
75
+
69
76
serviceAccount :
70
77
# Specifies whether a service account should be created
71
78
create : true
You can’t perform that action at this time.
0 commit comments