CI: Rework chart release.
This commit is contained in:
parent
2021539379
commit
7c249e7fc0
1 changed files with 3 additions and 3 deletions
6
.github/workflows/chart.yaml
vendored
6
.github/workflows/chart.yaml
vendored
|
@ -54,11 +54,11 @@ jobs:
|
||||||
ct lint --config .ct.yaml
|
ct lint --config .ct.yaml
|
||||||
ah lint --path charts/ingress-nginx
|
ah lint --path charts/ingress-nginx
|
||||||
|
|
||||||
- name: Helm Chart Releaser
|
- name: Release chart
|
||||||
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
|
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
|
||||||
env:
|
env:
|
||||||
|
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
CR_RELEASE_NAME_TEMPLATE: helm-chart-{{ .Version }}
|
||||||
CR_SKIP_EXISTING: true
|
CR_SKIP_EXISTING: true
|
||||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
|
||||||
CR_RELEASE_NAME_TEMPLATE: "helm-chart-{{ .Version }}"
|
|
||||||
with:
|
with:
|
||||||
charts_dir: charts
|
charts_dir: charts
|
||||||
|
|
Loading…
Reference in a new issue