Update ingress-nginx to v0.25.1 (#182)

Signed-off-by: Justin Scott <justin.a.scott@intel.com>
This commit is contained in:
Justin Scott
2019-09-19 10:59:04 -07:00
committed by GitHub
parent bd6ac270e6
commit 48ba56142d
2 changed files with 6 additions and 1 deletions
@@ -0,0 +1,4 @@
resources:
- ingress-nginx/deploy/static/mandatory.yaml
- ingress-nginx/deploy/static/provider/baremetal/service-nodeport.yaml
+2 -1
View File
@@ -189,8 +189,9 @@ function dashboard() {
kubectl apply -k "${DASHBOARD_DIR}/overlays/${DASHBOARD_VER}"
}
function ingres() {
INGRES_VER=${1:-nginx-0.25.0}
INGRES_VER=${1:-nginx-0.25.1}
INGRES_URL="https://github.com/kubernetes/ingress-nginx.git"
INGRES_DIR="5-ingres-lb"
get_repo "${INGRES_URL}" "${INGRES_DIR}/overlays/${INGRES_VER}"