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

Support for --force flag in helm upgrade goal #320

Closed
danparisi opened this issue Aug 30, 2023 · 1 comment
Closed

Support for --force flag in helm upgrade goal #320

danparisi opened this issue Aug 30, 2023 · 1 comment
Assignees
Labels
feature feature New feature or request

Comments

@danparisi
Copy link

FEATURE REQUEST
Supporting --force flag when running helm upgrade

Currently it's not possible to add such flag during install / upgrade goal.
It'd be nice to have a configuration property to enable it.

Current upgrade command:

[INFO] installing the chart with install /home/jenkins/agent/workspace/service-directory/my-service
[DEBUG] Execute: /home/jenkins/agent/workspace/service-directory/target/helm/helm upgrade my-service /home/jenkins/agent/workspace/service-directory/my-service --install

Expected upgrade command:

[INFO] installing the chart with install /home/jenkins/agent/workspace/service-directory/my-service
[DEBUG] Execute: /home/jenkins/agent/workspace/service-directory/target/helm/helm upgrade my-service /home/jenkins/agent/workspace/service-directory/my-service --install **--force**
@sschnabe sschnabe added the feature feature New feature or request label Aug 30, 2023
@sschnabe sschnabe self-assigned this Aug 30, 2023
@danparisi
Copy link
Author

Thanks for the very quick implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature feature New feature or request
Development

No branches or pull requests

2 participants