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

Flags in helm package command #11466

Closed
dcristobalhMad opened this issue Oct 25, 2022 · 4 comments
Closed

Flags in helm package command #11466

dcristobalhMad opened this issue Oct 25, 2022 · 4 comments

Comments

@dcristobalhMad
Copy link

To improve the CI/CD system, would it be possible to set values as variables and the chart version in cli? OCI approach. Example:

helm package ./test-chart --version 1.2.3 --set repository.image=nginx:latest

I believe that this facilitates the software life cycle and could be a standard in the future.

@joejulian
Copy link
Contributor

This isn't something that helm supports. You might be able to write a helm plugin to get that behavior.

@dcristobalhMad
Copy link
Author

Hey @joejulian, there seems to be a PR solving this, right? #11460 Sorry if I have misunderstood something

@joejulian
Copy link
Contributor

Ah, I wasn't aware. Thanks!

@dcristobalhMad
Copy link
Author

Hey @joejulian , no worries. After put my comment I saw it xD. Anyway I am going to close this issue, It does not make sense right now. Thanks!!

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

No branches or pull requests

2 participants