Skip to content

Commit 6cd3845

Browse files
authored
Merge pull request #55 from bunkerity/dev
updated to BW 1.6.7
2 parents 3520ce2 + 244a94c commit 6cd3845

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.11
18+
version: 1.0.12
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.6"
24+
appVersion: "1.6.7"

charts/bunkerweb/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ bunkerweb:
274274
# Container image configuration
275275
# Also available at ghcr.io/bunkerity/bunkerweb
276276
repository: docker.io/bunkerity/bunkerweb
277-
tag: 1.6.6
277+
tag: 1.6.7
278278
pullPolicy: Always
279279

280280
# Resource requests and limits
@@ -447,7 +447,7 @@ scheduler:
447447
# Container image configuration
448448
# Also available at ghcr.io/bunkerity/bunkerweb-scheduler
449449
repository: docker.io/bunkerity/bunkerweb-scheduler
450-
tag: 1.6.6
450+
tag: 1.6.7
451451
pullPolicy: Always
452452

453453
# Image pull secrets (overrides global setting)
@@ -953,7 +953,7 @@ controller:
953953
# Container image configuration
954954
# Also available at ghcr.io/bunkerity/bunkerweb-autoconf
955955
repository: docker.io/bunkerity/bunkerweb-autoconf
956-
tag: 1.6.6
956+
tag: 1.6.7
957957
pullPolicy: Always
958958

959959
# Image pull secrets (overrides global setting)
@@ -1025,7 +1025,7 @@ ui:
10251025
# Container image configuration
10261026
# Also available at ghcr.io/bunkerity/bunkerweb-ui
10271027
repository: docker.io/bunkerity/bunkerweb-ui
1028-
tag: 1.6.6
1028+
tag: 1.6.7
10291029
pullPolicy: Always
10301030

10311031
# Image pull secrets (overrides global setting)
@@ -1120,7 +1120,7 @@ api:
11201120
# Container image configuration
11211121
# Also available at ghcr.io/bunkerity/bunkerweb-api
11221122
repository: docker.io/bunkerity/bunkerweb-api
1123-
tag: 1.6.6
1123+
tag: 1.6.7
11241124
pullPolicy: Always
11251125

11261126
# Image pull secrets (overrides global setting)

0 commit comments

Comments
 (0)