Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

I'm using Helm to upgrade my k8s environment and I'm wondering, if I can change the release name of a deployed release using the upgrade command (or any other way)?

example:

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 release and create it again.

like image 516
Shahar Hamuzim Rajuan Avatar asked Mar 09 '23 09:03

Shahar Hamuzim Rajuan


1 Answers

You cannot do this.

There is a open request for this feature.

like image 54
Eric Tune Avatar answered Apr 05 '23 22:04

Eric Tune