In helm Can I change the chart name of a chart that is already up

8/7/2017

I'm using HELM to upgrade my k8s environment and I'm wondering, Can I change the chart name of a chart that is already up using upgrade command (or any other way)?

example chart name:

helm upgrade --set image.tag='12.55.6-2' zk-chart /path/to/helm/files

So that zk-chart will change to new-zk-chart, without downtime so I don't want to delete the chart and create it again.

-- Shachar Hamuzim Rajuan
kubernetes
kubernetes-helm

1 Answer

8/7/2017

You cannot do this.

There is a open request for this feature.

-- Eric Tune
Source: StackOverflow