From b30a7893ceaa0148c35134d138faad0c861d5b11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 22:32:21 +0000 Subject: [PATCH] chore(deps): update alpine/helm docker tag to v3.18.3 --- .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 8b89e58..406064d 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.14.3 + image: alpine/helm:3.18.3 steps: - name: checkout pr head uses: actions/checkout@v4