Change helm chart tag name to disambiguate purpose
This commit is contained in:
parent
c4a0ec8c2a
commit
7d6c958c9d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/helm.yaml
vendored
1
.github/workflows/helm.yaml
vendored
|
@ -56,5 +56,6 @@ jobs:
|
||||||
uses: helm/chart-releaser-action@v1.1.0
|
uses: helm/chart-releaser-action@v1.1.0
|
||||||
env:
|
env:
|
||||||
CR_TOKEN: "${{ secrets.PERSONAL_TOKEN }}"
|
CR_TOKEN: "${{ secrets.PERSONAL_TOKEN }}"
|
||||||
|
CR_RELEASE_NAME_TEMPLATE: "helm-chart-{{ .Version }}"
|
||||||
with:
|
with:
|
||||||
charts_dir: charts
|
charts_dir: charts
|
||||||
|
|
Loading…
Reference in a new issue