From f1e5455a312962ce71069f9a7651c667599520ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 03:34:32 +0000 Subject: [PATCH] chore(deps): update alpine/helm docker tag to v3.18.6 --- .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 7c782c8..b0c8786 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.5 + image: alpine/helm:3.18.6 steps: - name: checkout pr head uses: actions/checkout@v5