Skip to content

Commit

Permalink
Upgrade helm to the recommended minimum version: 2.10 (#16104)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwendell authored and istio-testing committed Aug 20, 2019
1 parent f269f2d commit b6cb14e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions bin/init_helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@ GO_TOP=$(cd "$(dirname "$0")"/../../../..; pwd)

export OUT_DIR=${OUT_DIR:-${GO_TOP}/out}

# Current version is 2.9.1, with 2.10RC available
# 2.7.2 was released in Nov 2017.
# 2.10 adds proper support for CRD - we will test with it
# For pre-2.10,
HELM_VER=${HELM_VER:-v2.9.1}
#HELM_VER=${HELM_VER:-v2.10.0-rc.1}
HELM_VER=${HELM_VER:-v2.10.0}

export GOPATH=${GOPATH:-$GO_TOP}
# Normally set by Makefile
Expand Down

0 comments on commit b6cb14e

Please sign in to comment.