Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Bump Helm version to 2.16.0
Browse files Browse the repository at this point in the history
The one we were installing wasn't compatible with the Kubernetes version
used by Kind.

Also, clean up the Helm installation since it's not included in the Flux
container.
  • Loading branch information
2opremio committed Dec 12, 2019
1 parent 18fde00 commit b9a485e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ TEST_FLAGS?=
BATS_COMMIT := 3a1c2f28be260f8687ff83183cef4963faabedd6
SHELLCHECK_VERSION := 0.7.0
SHFMT_VERSION := 2.6.4
HELM_VERSION := 2.16.0

include docker/kubectl.version
include docker/kustomize.version
include docker/helm.version
include docker/sops.version

# NB default target architecture is amd64. If you would like to try the
Expand Down Expand Up @@ -121,10 +121,9 @@ cache/%/kustomize-$(KUSTOMIZE_VERSION): docker/kustomize.version
curl --fail -L -o $@ "https://github.com/kubernetes-sigs/kustomize/releases/download/v$(KUSTOMIZE_VERSION)/kustomize_$(KUSTOMIZE_VERSION)_`echo $* | tr - _`"
[ $* != "linux-amd64" ] || echo "$(KUSTOMIZE_CHECKSUM) $@" | shasum -a 256 -c

cache/%/helm-$(HELM_VERSION): docker/helm.version
cache/%/helm-$(HELM_VERSION):
mkdir -p cache/$*
curl --fail -L -o cache/$*/helm-$(HELM_VERSION).tar.gz "https://storage.googleapis.com/kubernetes-helm/helm-v$(HELM_VERSION)-$*.tar.gz"
[ $* != "linux-$(ARCH)" ] || echo "$(HELM_CHECKSUM_$(ARCH)) cache/$*/helm-$(HELM_VERSION).tar.gz" | shasum -a 256 -c
tar -m -C ./cache -xzf cache/$*/helm-$(HELM_VERSION).tar.gz $*/helm
mv cache/$*/helm $@

Expand Down
8 changes: 0 additions & 8 deletions docker/helm.version

This file was deleted.

0 comments on commit b9a485e

Please sign in to comment.