File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,12 @@ jobs:
47
47
run : |
48
48
echo ${{ secrets.GITHUB_TOKEN }} | helm registry login ghcr.io/snapp-incubator/soteria --username ${{ github.repository_owner }} --password-stdin
49
49
50
- - name : save helm chart to local registry
50
+ - name : package soteria helm chart
51
51
run : |
52
- helm chart save / ghcr.io/snapp-incubator/soteria-chart:${{ github.sha }}
52
+ version=${{ github.ref_name }}
53
+ helm package --version "${version##v}" --app-version "${version}" ./charts/soteria
53
54
54
- - name : publish chart to acr
55
+ - name : publish soteria chart to github container registry
55
56
run : |
56
- helm chart push ghcr.io/snapp-incubator/soteria-chart:${{ github.sha }}
57
+ version=${{ github.ref_name }}
58
+ helm push "soteria-${version##v}".tgz ghcr.io/snapp-incubator/soteria-chart
Original file line number Diff line number Diff line change @@ -11,6 +11,5 @@ maintainers:
11
11
12
12
type : application
13
13
14
- version : 8.0.0
15
-
16
- appVersion : " v8.0.0"
14
+ version : 0.0.0
15
+ appVersion : latest
You can’t perform that action at this time.
0 commit comments