From e7b2714467c59a0475ae48d3884c4e6a3887d7ba Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:33:46 +0000 Subject: [PATCH] chore(deps): 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 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 497c837236..c70028bb40 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,7 +40,7 @@ jobs: helm repo add minio-new https://charts.min.io - name: Run chart-releaser - uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0 + uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0 with: charts_dir: charts config: cr.yaml