We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 has the following behaviours:
stackablectl
helm install
This results in changes to helm values not being applied, or failures when upgrading such as:
❯ 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
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Currently
stackablectl
has the following behaviours:helm install
style of chart installation.This results in changes to helm values not being applied, or 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: