Skip to content

Commit

Permalink
release new helm chart with latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Flarity committed Jul 10, 2024
1 parent 7d9046c commit 92e5482
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/simple-sidecar/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: 1.0.2
version: 1.0.4

# 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.0.2"
appVersion: "1.0.4"
2 changes: 1 addition & 1 deletion charts/simple-sidecar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ image:
# -- Image repository
repository: ghcr.io/centml/simple-sidecar
# -- Image tag
tag: v1.0.2
tag: v1.0.4
# -- Image pull policy for the deployment
imagePullPolicy: Always

0 comments on commit 92e5482

Please sign in to comment.