Skip to content

Commit

Permalink
Bump chart version and update brouter and brouter-react
Browse files Browse the repository at this point in the history
  • Loading branch information
koskev committed Jun 4, 2024
1 parent d0c53ef commit c6e4c4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/brouter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.1.21
version: 0.1.22

# 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
Expand Down
4 changes: 2 additions & 2 deletions charts/brouter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ brouter:
image:
repository: ghcr.io/koskev/brouter
pullPolicy: IfNotPresent
tag: "2024.05.13"
tag: "2024.06.04"
volumes: []
updater:
enabled: true
Expand All @@ -37,5 +37,5 @@ brouter_react:
image:
repository: ghcr.io/koskev/brouter-react
pullPolicy: IfNotPresent
tag: "2024.06.03"
tag: "2024.06.04"
ingress: {}

0 comments on commit c6e4c4b

Please sign in to comment.