File tree 2 files changed +6
-6
lines changed
2 files changed +6
-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.4
18
+ version : 0.0.5
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-rc4 "
24
+ appVersion : " 1.6.0"
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-rc4
60
+ tag : 1.6.0
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-rc4
92
+ tag : 1.6.0
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-rc4
109
+ tag : 1.6.0
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-rc4
126
+ tag : 1.6.0
127
127
podAnnotations : {}
128
128
podLabels : {}
129
129
securityContext :
You can’t perform that action at this time.
0 commit comments