Skip to content

Commit b6fe12f

Browse files
authored
Merge pull request #16 from CentML/geoff/v1.0.4_helm_chart
release new helm chart with latest release
2 parents 7d9046c + 92e5482 commit b6fe12f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/simple-sidecar/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.2
18+
version: 1.0.4
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.0.2"
24+
appVersion: "1.0.4"

charts/simple-sidecar/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ image:
2929
# -- Image repository
3030
repository: ghcr.io/centml/simple-sidecar
3131
# -- Image tag
32-
tag: v1.0.2
32+
tag: v1.0.4
3333
# -- Image pull policy for the deployment
3434
imagePullPolicy: Always

0 commit comments

Comments
 (0)