Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is upgrading a release installed from local chart files supported? #113

Open
lwabish opened this issue Aug 31, 2022 · 1 comment
Open

Is upgrading a release installed from local chart files supported? #113

lwabish opened this issue Aug 31, 2022 · 1 comment

Comments

@lwabish
Copy link

lwabish commented Aug 31, 2022

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?

@zvonkok
Copy link
Contributor

zvonkok commented Aug 31, 2022

/cc @zvonkok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants