From 150f3e781c851cb82bdd69b3b5866e2e22817d61 Mon Sep 17 00:00:00 2001 From: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:19:08 +0000 Subject: [PATCH] feat(github-action): update helm/chart-releaser-action action to v1.7.0 | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | helm/chart-releaser-action | v1.5.0 | v1.7.0 | --- .github/workflows/release-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index fa70046f..20da2654 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -27,7 +27,7 @@ jobs: version: v3.6.3 - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.5.0 + uses: helm/chart-releaser-action@v1.7.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" CR_RELEASE_NAME_TEMPLATE: "hajimari-helm-chart-{{ .Version }}"