Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriiKosiy committed Aug 30, 2024
1 parent b06a08f commit d7684b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,10 @@ jobs:
- uses: mikefarah/yq@master
with:
cmd: yq -i '.image.tag=strenv(VERSION)' helm/values.yaml

- uses: mikefarah/yq@master
with:
cmd: yq -i '.appVersion=strenv(VERSION)' helm/Chart.yaml

- run: |
git config user.name github-actions
git config user.email [email protected]
git add helm/values.yaml helm/Chart.yaml
git add helm/values.yaml
git commit -m "Updated Helm chart with new image tag $VERSION-linux-amd64"
git push
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ 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.17.3"
version: "1.0.15"
# 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: "v1.0.15-0665dff"
appVersion: "1.17.4"

0 comments on commit d7684b3

Please sign in to comment.