File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.0.4
18+ version : 0.0.5
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# 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:
5757bunkerweb :
5858 repository : bunkerity/bunkerweb
5959 pullPolicy : Always
60- tag : 1.6.0-rc4
60+ tag : 1.6.0
6161 podAnnotations : {}
6262 podLabels : {}
6363 securityContext :
@@ -89,7 +89,7 @@ bunkerweb:
8989scheduler :
9090 repository : bunkerity/bunkerweb-scheduler
9191 pullPolicy : Always
92- tag : 1.6.0-rc4
92+ tag : 1.6.0
9393 podAnnotations : {}
9494 podLabels : {}
9595 securityContext :
@@ -106,7 +106,7 @@ scheduler:
106106controller :
107107 repository : bunkerity/bunkerweb-autoconf
108108 pullPolicy : Always
109- tag : 1.6.0-rc4
109+ tag : 1.6.0
110110 podAnnotations : {}
111111 podLabels : {}
112112 securityContext :
123123 enabled : true
124124 repository : bunkerity/bunkerweb-ui
125125 pullPolicy : Always
126- tag : 1.6.0-rc4
126+ tag : 1.6.0
127127 podAnnotations : {}
128128 podLabels : {}
129129 securityContext :
You can’t perform that action at this time.
0 commit comments