charts
charts copied to clipboard
helm-schema-gen repository has been archived
To generate the json schema from the values.yaml file we were using a helm plugin, helm-schema-gen, which has been deprecated and did not support arm64 based macbooks.
I forked the original project, updated goreleaser config and cut a new release, so now the plugin can be installed by running helm plugin install https://github.com/phisco/helm-schema-gen.git.
So, either we move to my fork and I take over the support of the plugin or we just start writing the schema by hand, I would lean toward the former. What do you think?