This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
Implement helm install --replace #106
Labels
needs_research
Further research is needed to determine the feasibility and scope of the issue.
priority/low
topic/helm
Issues relating to helm plugins
type/enhancement
New feature or request
SUMMARY
Implement helm install --replace
ISSUE TYPE
COMPONENT NAME
helm
ADDITIONAL INFORMATION
When a release is uninstalled with
helm uninstall --keep-history
, we are not able to perform ahelm upgrade -i
To install by reusing the release name and then keep the history
helm install --replace --namespace=florian test test
Open Questions :
The text was updated successfully, but these errors were encountered: