From 50c4d40d699eb2f3a52ce8ae3999b13a4d26bc72 Mon Sep 17 00:00:00 2001 From: Erik Osterman Date: Tue, 26 Jun 2018 16:01:37 -0700 Subject: [PATCH] Upgrade helmfile to 0.20.0 (#19) --- install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/Makefile b/install/Makefile index 4e7d001be6..50adb187e4 100644 --- a/install/Makefile +++ b/install/Makefile @@ -88,7 +88,7 @@ helm: chmod +x $(INSTALL_PATH)/helm export HELMFILE_VENDOR ?= roboll -export HELMFILE_VERSION ?= 0.13.0 +export HELMFILE_VERSION ?= 0.20.0 ## Install helmfile to easily deploy collections of helm charts helmfile: $(call github_download_binary_release,$(HELMFILE_VENDOR),v$(HELMFILE_VERSION),$@_$(OS)_$(ARCH))