error looks like this, but helm list and helm history don't show any trace of the armada
--> warnet deploy networks/armada --namespace=wargames-coffee
Deploying node: armada-0
Deploying node: armada-1
Deploying node: armada-2
Error: UPGRADE FAILED: "armada-0" has no deployed releases
Error: Error: UPGRADE FAILED: "armada-0" has no deployed releases
Error: UPGRADE FAILED: "armada-1" has no deployed releases
Error: Error: UPGRADE FAILED: "armada-1" has no deployed releases
Error: UPGRADE FAILED: "armada-2" has no deployed releases
Error: Error: UPGRADE FAILED: "armada-2" has no deployed releases
fix was this:
(.venv) --> k delete secret -l name=armada-0 -n wargames-coffee
secret "sh.helm.release.v1.armada-0.v1" deleted
(.venv) --> k delete secret -l name=armada-1 -n wargames-coffee
secret "sh.helm.release.v1.armada-1.v1" deleted
(.venv) --> k delete secret -l name=armada-2 -n wargames-coffee
secret "sh.helm.release.v1.armada-2.v1" deleted
error looks like this, but
helm listandhelm historydon't show any trace of the armadafix was this: