Commit de55814d authored by Andres Anaya Amariels's avatar Andres Anaya Amariels 🚀
Browse files

helm upgrade

parent e66e6cdc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -390,7 +390,7 @@ deploy_ocf_dev:
      echo "### download dependencies###"
      helm dependency build helm/capif
      echo "### updating capif###"
      helm upgrade --install -n $NAMESPACE_DEV ocf-developer helm/capif/ 
      helm upgrade --install -n $NAMESPACE_DEV ocf-developer helm/capif/ \
      --set monitoring.grafana.ingress.hosts[0].host=capif-$CI_ENVIRONMENT_SLUG.$DOMAIN_DEV \
      --set monitoring.grafana.ingress.hosts[0].paths[0].path="/" \
      --set monitoring.grafana.ingress.hosts[0].paths[0].pathType="Prefix" \