Skip to content
Snippets Groups Projects
Commit 89d43657 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Deploy Scripts:

- Added upgrade of NATS helm charts during (re-)deploy
parent c1380caa
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!189Resolve "NATS port not populated in NATS secret in some cases while re-deploying TFS and NATS together"
......@@ -47,6 +47,10 @@ function nats_deploy_single() {
helm3 repo add nats https://nats-io.github.io/k8s/helm/charts/
echo
echo "Upgrade NATS Helm Chart"
helm3 repo update nats
echo
echo "Install NATS (single-node)"
echo ">>> Checking if NATS is deployed..."
if kubectl get --namespace ${NATS_NAMESPACE} statefulset/${NATS_NAMESPACE} &> /dev/null; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment