Skip to content
New issue

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

fix: Idempotent helm installations #312

Open
Tracked by #148
NickLarsenNZ opened this issue Jul 29, 2024 · 0 comments
Open
Tracked by #148

fix: Idempotent helm installations #312

NickLarsenNZ opened this issue Jul 29, 2024 · 0 comments
Assignees

Comments

@NickLarsenNZ
Copy link
Member

NickLarsenNZ commented Jul 29, 2024

Currently stackablectl uses the helm install style of chart installation.
This results in 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant