Skip to content

Commit

Permalink
Add appversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolas Philips committed Nov 4, 2023
1 parent de4cd4d commit 661dfca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
TAG=${{github.ref_name}}
yq e -i ".app.image.tag = \"${TAG}\"" charts/gitops-nginx-demo/values.yaml
yq e -i ".version = \"${TAG#v}\"" charts/gitops-nginx-demo/Chart.yaml
yq e -i ".appVersion = \"${TAG#v}\"" charts/gitops-nginx-demo/Chart.yaml
- name: Checkout forked chart-releaser
uses: actions/checkout@v3
with:
Expand Down
3 changes: 2 additions & 1 deletion charts/gitops-nginx-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apiVersion: v2
name: gitops-nginx-demo
version: 1.0.1
version: 0.1.0
appVersion: 0.1.0
dependencies:
- name: generic-chart
version: 2.3.0
Expand Down

0 comments on commit 661dfca

Please sign in to comment.