helm-schema icon indicating copy to clipboard operation
helm-schema copied to clipboard

Generate jsonschemas from helm charts.

Results 48 helm-schema issues
Sort by recently updated
recently updated
newest added

👋 Thanks for creating this project, trying to use it but ran into a minor bug when using dependencies; If the chart name is the same as the dependency name,...

There are no tests yet.

Hi, firstly, thanks for this tool; it really simplifies the generation on JsonSchema. However, I have a problem with the schema definition; I'd like to generate something like ```json ......

Not sure if this is possible, but we use private repos and I sort of need to create a subschema. Is it possible to add the ability to call a...

## Overview Support custom annotations. See https://json-schema.org/blog/posts/custom-annotations-will-continue After generation: custom annotation starts with "x-" will be added to field. ### Source ```yaml # @schema # type: string # x-foo-type: modelWeight...

While testing out the new relative path for `$ref` change you made for me, we ran into an issue. Given this annotation: ``` +# @schema +# type: object +# patternProperties:...

We were creating a sub schema for something and we used helm-schema to create it. In a recent change every field gets a `"required": []` added to it. If using...

I'm thinking about `helm-schema` to our default pipeline for building & publishing Helm carts, making it available in many charts not necessarily maintained by myself. Is it a good idea...

Say I have a helm chart with this `values.yaml`: ```yaml --- # @schema # required: true # type: string # @schema valueA: "" # @schema # required: false # type:...

In my chart, `global` is not really used anywhere. Is there any way to exclude it from the generated schema?