Skip to content

Commit

Permalink
Upgrade helmfile to 0.20.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored Jun 26, 2018
1 parent e58bff4 commit 50c4d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 50c4d40

Please sign in to comment.