diff --git a/.github/workflows/release-rc.yml b/.github/workflows/release-rc.yml index a5d66c38..370f1670 100644 --- a/.github/workflows/release-rc.yml +++ b/.github/workflows/release-rc.yml @@ -79,7 +79,7 @@ jobs: helm repo update - name: Run chart-releaser for RC - uses: helm/chart-releaser-action@98bccfd32b0f76149d188912ac8e45ddd3f8695f # v1.4.1 + uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0 with: charts_dir: charts config: .github/configs/cr.yaml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 148ab2ad..91abc918 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,6 +32,6 @@ jobs: helm repo add opencost https://opencost.github.io/opencost-helm-chart - name: Run chart-releaser - uses: helm/chart-releaser-action@98bccfd32b0f76149d188912ac8e45ddd3f8695f # v1.4.1 + uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"