From f6c15108148763b372d7d00adb18e987ea21379b Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sat, 18 Mar 2023 18:36:20 +0100 Subject: [PATCH] chore: Update halmfile version --- dockerfiles/Dockerfile-helmfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile-helmfile b/dockerfiles/Dockerfile-helmfile index 9f72f9d..6870906 100644 --- a/dockerfiles/Dockerfile-helmfile +++ b/dockerfiles/Dockerfile-helmfile @@ -2,7 +2,7 @@ ARG BASE_VERSION=latest FROM ghcr.io/allanger/dumb-downloader as builder RUN apt-get update -y && apt-get install tar -y ARG HELM_VERSION=v3.10.3 -ARG HELMFILE_VERSION=0.150.0 +ARG HELMFILE_VERSION=0.151.0 ENV RUST_LOG=info RUN dudo -l "https://github.com/helmfile/helmfile/releases/download/v{{ version }}/helmfile_{{ version }}_{{ os }}_{{ arch }}.tar.gz" -i /tmp/helmfile.tar.gz -p $HELMFILE_VERSION RUN dudo -l "https://get.helm.sh/helm-{{ version }}-{{ os }}-{{ arch }}.tar.gz" -i /tmp/helm.tar.gz -p $HELM_VERSION