We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently stackablectl uses the helm install style of chart installation. This results in failures when upgrading such as:
stackablectl
helm install
❯ stackablectl demo install trino-iceberg An unrecoverable error occured: demo command error Caused by these errors (recent errors listed first): 1: failed to install demo "trino-iceberg" 2: failed to install stack 3: failed to install stack manifests 4: failed to install Helm release minio 5: failed to install Helm release 6: release minio (5.0.14) already installed, skipping requested version 5.2.0
It would be nicer to take care of the upgrade by using the idempotent style of chart installation: helm upgrade --install
helm upgrade --install
The text was updated successfully, but these errors were encountered:
NickLarsenNZ
No branches or pull requests
Currently
stackablectl
uses thehelm install
style of chart installation.This results in failures when upgrading such as:
It would be nicer to take care of the upgrade by using the idempotent style of chart installation:
helm upgrade --install
The text was updated successfully, but these errors were encountered: