mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Use helm 2.4.1 and set install timeout to 10m (#1003)
This commit is contained in:
committed by
Lachlan Evenson
parent
3267669e61
commit
b9f65604d6
+2
-2
@@ -46,7 +46,7 @@ fi
|
||||
|
||||
# Install and initialize helm/tiller
|
||||
HELM_URL=https://storage.googleapis.com/kubernetes-helm
|
||||
HELM_TARBALL=helm-v2.1.3-linux-amd64.tar.gz
|
||||
HELM_TARBALL=helm-v2.4.1-linux-amd64.tar.gz
|
||||
INCUBATOR_REPO_URL=https://kubernetes-charts-incubator.storage.googleapis.com/
|
||||
pushd /opt
|
||||
wget -q ${HELM_URL}/${HELM_TARBALL}
|
||||
@@ -66,7 +66,7 @@ for directory in ${CHANGED_FOLDERS}; do
|
||||
CURRENT_RELEASE=${RELEASE_NAME}
|
||||
helm lint ${directory}
|
||||
helm dep update ${directory}
|
||||
helm install --name ${RELEASE_NAME} --namespace ${NAMESPACE} ${directory} | tee install_output
|
||||
helm install --timeout 600 --name ${RELEASE_NAME} --namespace ${NAMESPACE} ${directory} | tee install_output
|
||||
./test/verify-release.sh ${NAMESPACE}
|
||||
kubectl get pods --namespace ${NAMESPACE}
|
||||
kubectl get svc --namespace ${NAMESPACE}
|
||||
|
||||
Reference in New Issue
Block a user