You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(install): recover from failed releases and simplify ns creation
Previously, if a Helm install failed mid-flight the release was left in
a non-deployed state (failed, pending-install, etc.) and subsequent
`sympozium install` runs would wedge: upgrade errors with "has no
deployed releases" and the install path refused to run.
Detect non-deployed prior releases, uninstall them, then do a fresh
install. Also drop the fragile kubectlQuiet namespace probe and always
set CreateNamespace=true — safe now that the chart's own Namespace
template is disabled via buildHelmValues.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments