deviceinsight / helm-maven-plugin

Maven Plugin for Helm Charts
Apache License 2.0
46 stars 22 forks source link

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

Open unexist opened 3 years ago

unexist commented 3 years ago

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.

rossbachp commented 3 years ago

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/