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

Support to set helm options (e.g. --insecure) #107

Open
unexist opened this issue May 19, 2021 · 1 comment
Open

Support to set helm options (e.g. --insecure) #107

unexist opened this issue May 19, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@unexist
Copy link

unexist commented May 19, 2021

Is it possible to add a generic way to pass options to the CLI call of helm?

I currently need a way to bypass certificate verification to access a project's chart repository. This can be done with one of the "--insecure" options, depending on what really needs to be done.

So adding just the handling of insecure would be fine, but adding a general way to just pass options is probably even more useful in the long run.

@hho hho added the enhancement New feature or request label May 19, 2021
@rossbachp
Copy link

Best idea is to support the OCI Distribution Spec: https://github.com/opencontainers/distribution-spec

HELM V3 support the loci spec

https://helm.sh/docs/topics/registries/

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

No branches or pull requests

3 participants