Skip to content

Commit

Permalink
Update e2e NGINX ingress to v1.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Oct 28, 2019
1 parent 51fe43e commit eeea312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e-nginx-custom-annotations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o errexit

REPO_ROOT=$(git rev-parse --show-toplevel)
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"
NGINX_VERSION=1.12.1
NGINX_VERSION=1.24.4

echo '>>> Installing NGINX Ingress'
helm upgrade -i nginx-ingress stable/nginx-ingress --version=${NGINX_VERSION} \
Expand Down
2 changes: 1 addition & 1 deletion test/e2e-nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o errexit

REPO_ROOT=$(git rev-parse --show-toplevel)
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"
NGINX_VERSION=1.12.1
NGINX_VERSION=1.24.4

echo '>>> Installing NGINX Ingress'
helm upgrade -i nginx-ingress stable/nginx-ingress --version=${NGINX_VERSION} \
Expand Down

0 comments on commit eeea312

Please sign in to comment.