Skip to content

Commit 0593ca6

Browse files
authored
Merge pull request #47 from bunkerity/dev
upgrade to 1.6.6
2 parents 2a6150c + 1ecdd90 commit 0593ca6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

charts/bunkerweb/Chart.yaml

Lines changed: 2 additions & 2 deletions
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: 1.0.9
18+
version: 1.0.10
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.5"
24+
appVersion: "1.6.6"

charts/bunkerweb/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ bunkerweb:
193193

194194
# Container image configuration
195195
repository: bunkerity/bunkerweb
196-
tag: 1.6.5
196+
tag: 1.6.6
197197
pullPolicy: Always
198198

199199
# Resource requests and limits
@@ -365,7 +365,7 @@ bunkerweb:
365365
scheduler:
366366
# Container image configuration
367367
repository: bunkerity/bunkerweb-scheduler
368-
tag: 1.6.5
368+
tag: 1.6.6
369369
pullPolicy: Always
370370

371371
# Image pull secrets (overrides global setting)
@@ -870,7 +870,7 @@ controller:
870870

871871
# Container image configuration
872872
repository: bunkerity/bunkerweb-autoconf
873-
tag: 1.6.5
873+
tag: 1.6.6
874874
pullPolicy: Always
875875

876876
# Image pull secrets (overrides global setting)
@@ -941,7 +941,7 @@ ui:
941941

942942
# Container image configuration
943943
repository: bunkerity/bunkerweb-ui
944-
tag: 1.6.5
944+
tag: 1.6.6
945945
pullPolicy: Always
946946

947947
# Image pull secrets (overrides global setting)

0 commit comments

Comments
 (0)