From 4f4b0b1eb4199deba05d40fb7787dd1c6937da10 Mon Sep 17 00:00:00 2001 From: momothereal Date: Sat, 30 Nov 2019 22:59:50 -0500 Subject: [PATCH] Disable nginx-ingress upgrades for now --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cbbab8..e0feb8b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,8 +59,9 @@ infra:deploy: - echo ${K8S_CLUSTER_CONFIG} | base64 -d > ${KUBECONFIG} # Deploy nginx ingress - - helm init --client-only && helm repo update - - helm upgrade nginx-ingress stable/nginx-ingress --install --namespace ${DEPLOY_NAMESPACE} --set controller.publishService.enabled=true + # Note: Temporarily disabled due to issue with nginx-ingress and helm3 upgrades. + # - helm init --client-only && helm repo update + # - helm upgrade nginx-ingress stable/nginx-ingress --install --namespace ${DEPLOY_NAMESPACE} --set controller.publishService.enabled=true # Deploy infra manifests directly - cd ${INFRA_SRC}/