File tree 3 files changed +11
-6
lines changed
3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.0.6
18
+ version : 0.0.7
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 1.6.0 "
24
+ appVersion : " 1.6.1 "
Original file line number Diff line number Diff line change 20
20
- name : mariadb
21
21
image : mariadb:11
22
22
imagePullPolicy : Always
23
+ {{- if .Values.mariadb.args }}
24
+ args :
25
+ {{- toYaml .Values.mariadb.args | indent 12 }}
26
+ {{- end }}
23
27
env :
24
28
- name : MARIADB_RANDOM_ROOT_PASSWORD
25
29
value : " {{ .Values.mariadb.config.randomRootPassword }}"
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ service:
57
57
bunkerweb :
58
58
repository : bunkerity/bunkerweb
59
59
pullPolicy : Always
60
- tag : 1.6.0
60
+ tag : 1.6.1
61
61
podAnnotations : {}
62
62
podLabels : {}
63
63
securityContext :
@@ -89,7 +89,7 @@ bunkerweb:
89
89
scheduler :
90
90
repository : bunkerity/bunkerweb-scheduler
91
91
pullPolicy : Always
92
- tag : 1.6.0
92
+ tag : 1.6.1
93
93
podAnnotations : {}
94
94
podLabels : {}
95
95
securityContext :
@@ -106,7 +106,7 @@ scheduler:
106
106
controller :
107
107
repository : bunkerity/bunkerweb-autoconf
108
108
pullPolicy : Always
109
- tag : 1.6.0
109
+ tag : 1.6.1
110
110
podAnnotations : {}
111
111
podLabels : {}
112
112
securityContext :
123
123
enabled : true
124
124
repository : bunkerity/bunkerweb-ui
125
125
pullPolicy : Always
126
- tag : 1.6.0
126
+ tag : 1.6.1
127
127
podAnnotations : {}
128
128
podLabels : {}
129
129
securityContext :
@@ -147,6 +147,7 @@ mariadb:
147
147
database : " db"
148
148
user : " bunkerweb"
149
149
password : " changeme"
150
+ args : []
150
151
151
152
# Redis variables
152
153
redis :
You can’t perform that action at this time.
0 commit comments