mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update CI to use Helm 2.6.2 (#2405)
This commit is contained in:
committed by
Vic Iglesias
parent
454181e421
commit
bbfa695607
+1
-1
@@ -47,7 +47,7 @@ fi
|
||||
|
||||
# Install and initialize helm/tiller
|
||||
HELM_URL=https://storage.googleapis.com/kubernetes-helm
|
||||
HELM_TARBALL=helm-v2.5.1-linux-amd64.tar.gz
|
||||
HELM_TARBALL=helm-v2.6.2-linux-amd64.tar.gz
|
||||
INCUBATOR_REPO_URL=https://kubernetes-charts-incubator.storage.googleapis.com/
|
||||
pushd /opt
|
||||
wget -q ${HELM_URL}/${HELM_TARBALL}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
# Install Helm
|
||||
HELM_LATEST_VERSION="v2.6.1"
|
||||
HELM_LATEST_VERSION="v2.6.2"
|
||||
|
||||
wget http://storage.googleapis.com/kubernetes-helm/helm-${HELM_LATEST_VERSION}-linux-amd64.tar.gz
|
||||
tar -xvf helm-${HELM_LATEST_VERSION}-linux-amd64.tar.gz
|
||||
|
||||
@@ -7,7 +7,7 @@ set -o xtrace
|
||||
|
||||
# Install and initialize helm/tiller
|
||||
HELM_URL=https://storage.googleapis.com/kubernetes-helm
|
||||
HELM_TARBALL=helm-v2.4.2-linux-amd64.tar.gz
|
||||
HELM_TARBALL=helm-v2.6.2-linux-amd64.tar.gz
|
||||
|
||||
wget -q ${HELM_URL}/${HELM_TARBALL}
|
||||
tar xzfv ${HELM_TARBALL}
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
|
||||
# Setup Helm
|
||||
HELM_URL=https://storage.googleapis.com/kubernetes-helm
|
||||
HELM_TARBALL=helm-v2.5.1-linux-amd64.tar.gz
|
||||
HELM_TARBALL=helm-v2.6.2-linux-amd64.tar.gz
|
||||
STABLE_REPO_URL=https://kubernetes-charts.storage.googleapis.com/
|
||||
INCUBATOR_REPO_URL=https://kubernetes-charts-incubator.storage.googleapis.com/
|
||||
wget -q ${HELM_URL}/${HELM_TARBALL}
|
||||
|
||||
Reference in New Issue
Block a user