From 14111e1ba68de6f86775cf7f0eda3f312a07ced7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:31:00 +0000 Subject: [PATCH] Update helm/chart-releaser-action action to v1.7.0 --- .github/workflows/charts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts.yml b/.github/workflows/charts.yml index 4aa27c5..88110c3 100644 --- a/.github/workflows/charts.yml +++ b/.github/workflows/charts.yml @@ -27,6 +27,6 @@ jobs: uses: azure/setup-helm@v3 - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.6.0 + uses: helm/chart-releaser-action@v1.7.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file