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

Commit

Permalink
Update version of bundled helm client
Browse files Browse the repository at this point in the history
Apparently 2.8.2 didn't support authentication for chart repos; 2.9.1
does.
  • Loading branch information
squaremo committed Oct 17, 2018
1 parent 60fc2a9 commit 4f2fbd0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker/helm.version
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# NB Helm clients will refuse to play with Tiller that is older. 2.8.2
# is the first release that had checksums, so it's used.
HELM_VERSION=2.8.2
HELM_CHECKSUM=614b5ac79de4336b37c9b26d528c6f2b94ee6ccacb94b0f4b8d9583a8dd122d3
# is the first release that had checksums; but 2.9.1 appears the first
# that reliably supports authenticating against chart repos, so that
# wins.
HELM_VERSION=2.9.1
HELM_CHECKSUM=56ae2d5d08c68d6e7400d462d6ed10c929effac929fedce18d2636a9b4e166ba

0 comments on commit 4f2fbd0

Please sign in to comment.