From 09daf7ac8a423938eaae50fded8af6e22bf00258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Novotn=C3=BD?= <33942303+dragonraid@users.noreply.github.com> Date: Thu, 21 Sep 2023 16:15:45 +0200 Subject: [PATCH] fix: add version prefix to helmfile version variable (#88) --- .github/workflows/deploy_helmfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_helmfile.yaml b/.github/workflows/deploy_helmfile.yaml index 332fddd..1dce87a 100644 --- a/.github/workflows/deploy_helmfile.yaml +++ b/.github/workflows/deploy_helmfile.yaml @@ -133,7 +133,7 @@ jobs: # TODD: remove eksctl as it is not used anymore EKSCTL_VERSION: v0.98.0 # renovate: datasource=github-releases depName=helmfile/helmfile - HELMFILE_VERSION: '0.155.1' + HELMFILE_VERSION: 'v0.155.1' # TODO: remove sops as it is not used anymore SOPS_VERSION: v3.7.2 # TODO: remove secrets plugin as it is not used anymore