File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : ushahidi-platform-api
3
- version : 0.0.1-alpha.24
3
+ version : 0.0.1-alpha.25
4
4
icon : https://github.ushahidi.org/helm-charts/icon.png
Original file line number Diff line number Diff line change 59
59
value : ushahidi
60
60
- name : MYSQL_PASSWORD
61
61
value : ushahidi
62
- image : mysql:5.7
62
+ {{- with .Values.mysql.image }}
63
+ image : {{ empty .repository | ternary "" (print .repository "/") }}{{ .name }}:{{ .tag }}
64
+ {{- end }}
63
65
imagePullPolicy : Always
64
66
name : mysql
65
67
ports :
Original file line number Diff line number Diff line change @@ -181,6 +181,10 @@ crond:
181
181
mysql :
182
182
# # Set to false to disable
183
183
enabled : true
184
+ image :
185
+ repository : " "
186
+ name : mysql
187
+ tag : 5.7
184
188
persistence :
185
189
enabled : true
186
190
accessMode : ReadWriteOnce
You can’t perform that action at this time.
0 commit comments