File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ name: Publish charts
2
2
permissions : read-all
3
3
on :
4
4
push :
5
- tags : [ "helm-v*" ]
5
+ tags :
6
+ - ' v*'
6
7
7
8
concurrency :
8
9
group : ${{ github.workflow }}-${{ github.ref }}
26
27
with :
27
28
token : " ${{ secrets.HELM_CHARTS_PUSH_TOKEN }}"
28
29
linting : off
30
+ app_version : ${{ steps.extract_version.outputs.version }}
29
31
chart_version : ${{ steps.extract_version.outputs.version }}
30
32
charts_dir : charts
31
33
charts_url : https://${{ github.repository_owner }}.github.io/charts
58
60
repository : ${{ github.repository_owner }}/charts
59
61
name : " capsule-proxy"
60
62
version : ${{ steps.extract_version.outputs.version }}
63
+ app-version : ${{ steps.extract_version.outputs.version }}
61
64
registry-username : ${{ github.actor }}
62
65
registry-password : ${{ secrets.GITHUB_TOKEN }}
63
66
update-dependencies : ' true' # Defaults to false
Original file line number Diff line number Diff line change @@ -36,8 +36,14 @@ release:
36
36
**Full Changelog**: https://github.com/projectcapsule/{{ .ProjectName }}/compare/{{ .PreviousTag }}...{{ .Tag }}
37
37
38
38
**Docker Images**
39
- - `ghcr.io/projectcapsule/{{ .ProjectName }}:{{ .Tag }}`
39
+ - `ghcr.io/projectcapsule/{{ .ProjectName }}:{{ .Version }}`
40
40
- `ghcr.io/projectcapsule/{{ .ProjectName }}:latest`
41
+
42
+ **Helm Chart**
43
+ View this release on [Artifact Hub](https://artifacthub.io/packages/helm/projectcapsule/capsule-proxy/{{ .Version }}) or use the OCI helm chart:
44
+
45
+ - `ghcr.io/projectcapsule/charts/{{ .ProjectName }}:{{ .Version }}`
46
+
41
47
checksum :
42
48
name_template : ' checksums.txt'
43
49
changelog :
You can’t perform that action at this time.
0 commit comments