CI: Rework chart release.

This commit is contained in:
Marco Ebert 2024-09-25 23:27:12 +02:00 committed by k8s-infra-cherrypick-robot
parent 558f0c08cc
commit b8412a89da

View file

@ -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