You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to upgrade some values in a helm release installed before by this command: helm upgrade -i --create-namespace -n foo barRelease ./chart
I tried UpgradeChart method in this package, but it seems that a chart name like repo/chart which represents a chart in some repo has to be provided.
I read some code of this method and find it invoked GetChart method indeed.
So I wonder If I am using this package the right way and if this package supports my case of upgrading release values of local charts?
The text was updated successfully, but these errors were encountered:
I am trying to upgrade some values in a helm release installed before by this command:
helm upgrade -i --create-namespace -n foo barRelease ./chart
I tried
UpgradeChart
method in this package, but it seems that a chart name likerepo/chart
which represents a chart in some repo has to be provided.I read some code of this method and find it invoked
GetChart
method indeed.So I wonder If I am using this package the right way and if this package supports my case of upgrading release values of local charts?
The text was updated successfully, but these errors were encountered: