Pin NGINX helm chart to v1.8.2

This commit is contained in:
stefanprodan
2019-07-10 09:49:39 +03:00
parent bbab7ce855
commit 559cbd0d36

View File

@@ -4,9 +4,10 @@ set -o errexit
REPO_ROOT=$(git rev-parse --show-toplevel)
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"
NGINX_VERSION=1.8.2
echo '>>> Installing NGINX Ingress'
helm upgrade -i nginx-ingress stable/nginx-ingress \
helm upgrade -i nginx-ingress stable/nginx-ingress --version=${NGINX_VERSION} \
--wait \
--namespace ingress-nginx \
--set controller.stats.enabled=true \