Skip to content

Commit

Permalink
chore(chart): bump app version
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 committed Jul 12, 2024
1 parent 4ed2635 commit c771c34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/argo-zombies/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.1.23
version: 0.1.24

# 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: "0.1.18"
appVersion: "0.1.19"
2 changes: 1 addition & 1 deletion charts/argo-zombies/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image:
repository: ghcr.io/henrywhitaker3/argo-zombies
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.1.18"
tag: "v0.1.19"

imagePullSecrets: []

Expand Down

0 comments on commit c771c34

Please sign in to comment.