File tree Expand file tree Collapse file tree 5 files changed +14
-2
lines changed Expand file tree Collapse file tree 5 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : flagsmith
3
3
description : Flagsmith
4
4
type : application
5
- version : 0.59.1
6
- appVersion : 2.142 .0
5
+ version : 0.60.0
6
+ appVersion : 2.153 .0
7
7
dependencies :
8
8
- name : postgresql
9
9
repository : https://charts.bitnami.com/bitnami
Original file line number Diff line number Diff line change @@ -164,3 +164,6 @@ spec:
164
164
{{- with .Values.api.extraVolumes }}
165
165
{{- toYaml . | nindent 6 }}
166
166
{{- end }}
167
+ {{- with .Values.api.extraSpec }}
168
+ {{- toYaml . | nindent 2 }}
169
+ {{- end }}
Original file line number Diff line number Diff line change @@ -107,4 +107,7 @@ spec:
107
107
{{- with .Values.frontend.extraVolumes }}
108
108
{{- toYaml . | nindent 6 }}
109
109
{{- end }}
110
+ {{- with .Values.frontend.extraSpec }}
111
+ {{- toYaml . | nindent 2 }}
112
+ {{- end }}
110
113
{{- end }}
Original file line number Diff line number Diff line change @@ -115,4 +115,7 @@ spec:
115
115
{{- with .Values.taskProcessor.extraVolumes }}
116
116
{{- toYaml . | nindent 6 }}
117
117
{{- end }}
118
+ {{- with .Values.taskProcessor.extraSpec }}
119
+ {{- toYaml . | nindent 2 }}
120
+ {{- end }}
118
121
{{- end }}
Original file line number Diff line number Diff line change 87
87
adminEmail : null
88
88
organisationName : null
89
89
projectName : null
90
+ extraSpec : {} # Will be added to `spec` for `flagsmith-api` deployment.
90
91
91
92
frontend :
92
93
# Set this to `false` to switch off the frontend (deployment,
@@ -136,6 +137,7 @@ frontend:
136
137
extraInitContainers : []
137
138
extraContainers : []
138
139
extraVolumes : []
140
+ extraSpec : {} # Will be added to `spec` for `flagsmith-frontend` deployment.
139
141
140
142
# See https://docs.flagsmith.com/deployment/task-processor
141
143
taskProcessor :
@@ -190,6 +192,7 @@ taskProcessor:
190
192
extraContainers : []
191
193
extraEnv : {}
192
194
extraVolumes : []
195
+ extraSpec : {} # Will be added to `spec` for `flagsmith-task-processor` deployment.
193
196
194
197
devPostgresql :
195
198
enabled : true
You can’t perform that action at this time.
0 commit comments