Skip to content

Commit 559cbd0

Browse files
committed
Pin NGINX helm chart to v1.8.2
1 parent bbab7ce commit 559cbd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e-nginx.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ set -o errexit
44

55
REPO_ROOT=$(git rev-parse --show-toplevel)
66
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"
7+
NGINX_VERSION=1.8.2
78

89
echo '>>> Installing NGINX Ingress'
9-
helm upgrade -i nginx-ingress stable/nginx-ingress \
10+
helm upgrade -i nginx-ingress stable/nginx-ingress --version=${NGINX_VERSION} \
1011
--wait \
1112
--namespace ingress-nginx \
1213
--set controller.stats.enabled=true \

0 commit comments

Comments
 (0)