karuppiah7890 / helm-schema-gen

So that you don't have to write values.schema.json by hand from scratch for your Helm 3 charts. [CURRENTLY NOT MAINTAINED]
MIT License
129 stars 60 forks source link

[feature request] offline installation #9

Open abdennour opened 3 years ago

abdennour commented 3 years ago

how can this repo being installed in disconnected environment?

issue

helm plugin install does not work if the repository is proxied.

$ helm plugin install <the-new-link>
karuppiah7890/helm-schema-gen info checking GitHub for tag '0.0.4'
karuppiah7890/helm-schema-gen crit unable to find '0.0.4' - use 'latest' or see https://github.com/karuppiah7890/helm-schema-gen/relea
ses for details
Error: plugin install hook for "schema-gen" exited with error

steps to reproduce

karuppiah7890 commented 3 years ago

I'm not sure. I'll have to look into this. The current script is an auto generated script. I'll have to check what's the issue and what needs to be done to support this. But I don't have the bandwidth for it. If you are interested to raise a PR, it's always welcome :)

The script was generated with https://github.com/goreleaser/godownloader