From 9802b33b9bca51d277ca9d430cfb15941d951005 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 9 Mar 2026 00:35:14 +0000 Subject: [PATCH] ci(dependencies): Update ghcr.io/helmfile/helmfile Docker tag to v1.4.1 --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 14daaad..4a96f64 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -8,7 +8,7 @@ jobs: build-manifests-job: runs-on: "ubuntu-24.04" container: - image: "ghcr.io/helmfile/helmfile:v1.2.1@sha256:a049fed9f208a7b51f1d827fb60a3c09cfa718600d100bc88247e82d49c4818a" + image: "ghcr.io/helmfile/helmfile:v1.4.1@sha256:37cfe0dce6d56ce80677597ca2df8e7f0a8aa15bbf90c9e30428e801d6f0b3e5" steps: - name: "Check out repository" uses: "actions/checkout@v6.0.0"