From 57aa37a50063dd7911040e22320d437258f49ce7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 13 Mar 2026 00:34:26 +0000 Subject: [PATCH] ci(dependencies): Update alpine/helm Docker tag to v3.20.1 --- .github/workflows/cicd.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 14daaad..75dca40 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -124,7 +124,7 @@ jobs: test-chart-job: runs-on: "ubuntu-24.04" container: - image: "alpine/helm:3.19.0@sha256:aef9b56f64e866207d9591d0abd8f6d767b36aadd12edf68f8a719716d9d29c9" + image: "alpine/helm:3.20.1@sha256:9ccb6cb780553282592b8628e78c50cd914976d481d0d8fd1f362887194a9c4b" steps: - name: "Check out repository" uses: "actions/checkout@v6.0.0" @@ -163,7 +163,7 @@ jobs: package-chart-job: runs-on: "ubuntu-24.04" container: - image: "alpine/helm:3.19.0@sha256:aef9b56f64e866207d9591d0abd8f6d767b36aadd12edf68f8a719716d9d29c9" + image: "alpine/helm:3.20.1@sha256:9ccb6cb780553282592b8628e78c50cd914976d481d0d8fd1f362887194a9c4b" needs: - "determine-version-job" steps: @@ -184,7 +184,7 @@ jobs: publish-chart-job: runs-on: "ubuntu-24.04" container: - image: "alpine/helm:3.19.0@sha256:aef9b56f64e866207d9591d0abd8f6d767b36aadd12edf68f8a719716d9d29c9" + image: "alpine/helm:3.20.1@sha256:9ccb6cb780553282592b8628e78c50cd914976d481d0d8fd1f362887194a9c4b" permissions: packages: "write" needs: