Disable nginx-ingress upgrades for now

This commit is contained in:
Aram 🍐 2019-11-30 22:59:50 -05:00
parent cd77c89298
commit 4f4b0b1eb4

View file

@ -59,8 +59,9 @@ infra:deploy:
- echo ${K8S_CLUSTER_CONFIG} | base64 -d > ${KUBECONFIG} - echo ${K8S_CLUSTER_CONFIG} | base64 -d > ${KUBECONFIG}
# Deploy nginx ingress # Deploy nginx ingress
- helm init --client-only && helm repo update # Note: Temporarily disabled due to issue with nginx-ingress and helm3 upgrades.
- helm upgrade nginx-ingress stable/nginx-ingress --install --namespace ${DEPLOY_NAMESPACE} --set controller.publishService.enabled=true # - 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 # Deploy infra manifests directly
- cd ${INFRA_SRC}/ - cd ${INFRA_SRC}/