Skip to content

Commit

Permalink
Upgrade helmfile to 0.13.0 (#5)
Browse files Browse the repository at this point in the history
* Upgrade helmfile to 0.13.0

* fix typo
  • Loading branch information
osterman authored Apr 26, 2018
1 parent 3b111b3 commit 135356c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ helm:
rm -rf $(TMP)/$@
chmod +x $(INSTALL_PATH)/helm

export HELMFILE_VENDOR ?= cloudposse
export HELMFILE_VERSION ?= 0.13.0-cloudposse
## Install helmfile
export HELMFILE_VENDOR ?= roboll
export HELMFILE_VERSION ?= 0.13.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 135356c

Please sign in to comment.