Skip to content

Commit

Permalink
rollback to rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0ppy-d1sk committed Jan 27, 2025
1 parent 91a2c24 commit 0872575
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/bunkerweb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.2
version: 0.0.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.6.0-rc3"
appVersion: "1.6.0-rc2"
8 changes: 4 additions & 4 deletions charts/bunkerweb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ service:
bunkerweb:
repository: bunkerity/bunkerweb
pullPolicy: Always
tag: 1.6.0-rc3
tag: 1.6.0-rc2
podAnnotations: {}
podLabels: {}
securityContext:
Expand Down Expand Up @@ -83,7 +83,7 @@ bunkerweb:
scheduler:
repository: bunkerity/bunkerweb-scheduler
pullPolicy: Always
tag: 1.6.0-rc3
tag: 1.6.0-rc2
podAnnotations: {}
podLabels: {}
securityContext:
Expand All @@ -100,7 +100,7 @@ scheduler:
controller:
repository: bunkerity/bunkerweb-autoconf
pullPolicy: Always
tag: 1.6.0-rc3
tag: 1.6.0-rc2
podAnnotations: {}
podLabels: {}
securityContext:
Expand All @@ -117,7 +117,7 @@ ui:
enabled: true
repository: bunkerity/bunkerweb-ui
pullPolicy: Always
tag: 1.6.0-rc3
tag: 1.6.0-rc2
podAnnotations: {}
podLabels: {}
securityContext:
Expand Down

0 comments on commit 0872575

Please sign in to comment.