Skip to content

Commit ff4486b

Browse files
committed
Merge branch 'dev'
2 parents 031d9c2 + 0e33a68 commit ff4486b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

charts/bunkerweb/Chart.yaml

+2-2
Original file line numberDiff line numberDiff 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"

charts/bunkerweb/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ service:
5757
bunkerweb:
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:
8989
scheduler:
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:
106106
controller:
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:
@@ -123,7 +123,7 @@ ui:
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:

0 commit comments

Comments
 (0)