mirror of
https://github.com/clearlinux/cloud-native-setup.git
synced 2026-08-19 05:27:26 +00:00
Update ingress-nginx to v0.25.1 (#182)
Signed-off-by: Justin Scott <justin.a.scott@intel.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
resources:
|
||||
- ingress-nginx/deploy/static/mandatory.yaml
|
||||
- ingress-nginx/deploy/static/provider/baremetal/service-nodeport.yaml
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user