Update nginx-ingress to 1.26.0

This commit is contained in:
stefanprodan
2019-11-27 17:48:37 +02:00
parent 59d18de753
commit 89d7cb1b04
+1 -1
View File
@@ -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.24.4
NGINX_VERSION=1.26.0
echo '>>> Installing NGINX Ingress'
helm upgrade -i nginx-ingress stable/nginx-ingress --version=${NGINX_VERSION} \