From 8dda47d144e52c80c8b7c36e16f5b0bc3b52d3f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 00:20:07 +0000 Subject: [PATCH] chore(deps): update alpine/helm docker tag to v3.19.0 --- .github/workflows/helm-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-pull-request.yml b/.github/workflows/helm-pull-request.yml index b0c8786..636ce64 100644 --- a/.github/workflows/helm-pull-request.yml +++ b/.github/workflows/helm-pull-request.yml @@ -12,7 +12,7 @@ jobs: permissions: write-all runs-on: ubuntu-latest container: - image: alpine/helm:3.18.6 + image: alpine/helm:3.19.0 steps: - name: checkout pr head uses: actions/checkout@v5