From 589d447f19068bc9f792e01dcb56b06676ed0848 Mon Sep 17 00:00:00 2001 From: Jacques ROUSSEL Date: Fri, 28 Mar 2025 14:40:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(ci)=20fix=20helmfile=20linter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Latest helmfile version breaks lots of thing. --- .github/workflows/helmfile-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helmfile-linter.yml b/.github/workflows/helmfile-linter.yml index 5e37fa3..d018e65 100644 --- a/.github/workflows/helmfile-linter.yml +++ b/.github/workflows/helmfile-linter.yml @@ -10,7 +10,7 @@ jobs: helmfile-lint: runs-on: ubuntu-latest container: - image: ghcr.io/helmfile/helmfile:latest + image: ghcr.io/helmfile/helmfile:v0.171.0 steps: - uses: numerique-gouv/action-helmfile-lint@main