Loading scripts/helm-deploy.sh +11 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,17 @@ TOKEN=$(kubectl -n $OOP_NS create token oop-user --duration=720h) echo " Token generated" echo "" echo "Updating Helm chart dependencies..." helm repo add nats https://nats-io.github.io/k8s/helm/charts/ >/dev/null 2>&1 || true helm repo update >/dev/null helm dependency update "$CHART_DIR" echo " Helm dependencies updated" echo "" # ── Deploy with Helm ────────────────────────────────────────────────── echo "Deploying OOP Platform via Helm..." Loading Loading
scripts/helm-deploy.sh +11 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,17 @@ TOKEN=$(kubectl -n $OOP_NS create token oop-user --duration=720h) echo " Token generated" echo "" echo "Updating Helm chart dependencies..." helm repo add nats https://nats-io.github.io/k8s/helm/charts/ >/dev/null 2>&1 || true helm repo update >/dev/null helm dependency update "$CHART_DIR" echo " Helm dependencies updated" echo "" # ── Deploy with Helm ────────────────────────────────────────────────── echo "Deploying OOP Platform via Helm..." Loading