From 29d70335755f7a485990a4778e7425725729da11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 15:32:17 +0000 Subject: [PATCH] Bump helm/chart-releaser-action Bumps [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) from a0d2dc62c5e491af8ef6ba64a2e02bcf3fb33aa1 to cae68fefc6b5f367a0275617c9f83181ba54714f. - [Release notes](https://github.com/helm/chart-releaser-action/releases) - [Commits](https://github.com/helm/chart-releaser-action/compare/a0d2dc62c5e491af8ef6ba64a2e02bcf3fb33aa1...cae68fefc6b5f367a0275617c9f83181ba54714f) --- updated-dependencies: - dependency-name: helm/chart-releaser-action dependency-version: cae68fefc6b5f367a0275617c9f83181ba54714f dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index c9df314..6285d4f 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -178,7 +178,7 @@ jobs: cat charts/kapparmor/values.yaml - name: Run chart-releaser - uses: helm/chart-releaser-action@a0d2dc62c5e491af8ef6ba64a2e02bcf3fb33aa1 # v1.7.0 + uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0 env: CR_TOKEN: "${{ env.GITHUB_TOKEN }}" with: