Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Implement helm install --replace #106

Closed
T1loc opened this issue May 27, 2020 · 0 comments · Fixed by #214
Closed

Implement helm install --replace #106

T1loc opened this issue May 27, 2020 · 0 comments · Fixed by #214
Assignees
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

Comments

@T1loc
Copy link

T1loc commented May 27, 2020

SUMMARY

Implement helm install --replace

ISSUE TYPE

  • Feature Idea
COMPONENT NAME

helm

ADDITIONAL INFORMATION

When a release is uninstalled with helm uninstall --keep-history, we are not able to perform a helm upgrade -i

helm list --all -o yaml                                                                                                                                                                                           
- app_version: ""
  chart: xxx-xxx
  name: test
  namespace: florian
  revision: "1"
  status: uninstalled
  updated: 2020-05-27 20:07:15.487307 +0200 CEST

To install by reusing the release name and then keep the history

helm install --replace --namespace=florian test test 

Open Questions :

  • Should we add a replace option (True/False) only available when the release status is uninstalled ?
  • Any other way to answer the problem ?
@tima tima added topic/helm Issues relating to helm plugins type/enhancement New feature or request labels Jul 1, 2020
@tima tima added needs_research Further research is needed to determine the feasibility and scope of the issue. priority/low labels Aug 11, 2020
Akasurde added a commit to Akasurde/community.kubernetes that referenced this issue Aug 31, 2020
Fixes: ansible-collections#106

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Akasurde added a commit to Akasurde/community.kubernetes that referenced this issue Sep 4, 2020
Fixes: ansible-collections#106

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Akasurde added a commit to Akasurde/community.kubernetes that referenced this issue Sep 6, 2020
Fixes: ansible-collections#106

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Akasurde added a commit that referenced this issue Sep 7, 2020
Fixes: #106

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants