From ee5601f459ed9e319baa622e14cc6c24d2ed8b2e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 25 Mar 2026 00:44:52 +0000 Subject: [PATCH] ci(dependencies): Update ghcr.io/helmfile/helmfile Docker tag to v1.4.3 --- .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 5dfe767..c7dbb08 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.1.9@sha256:0bae88dc10b2c21794b6a07d0b47de9e93f75425ffbe27f22d5b65a15eb9b781" + image: "ghcr.io/helmfile/helmfile:v1.4.3@sha256:d91dcefabbcfd2ed58be28ada594738eb96319d35c5e63e1fd4fee58e40211a5" steps: - name: "Check out repository" uses: "actions/checkout@v5.0.0"