You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,20 @@ So that you don't have to write values.schema.json by hand from scratch for your
6
6
7
7
[Helm](https://helm.sh) plugin to generate [JSON Schema for values yaml](https://helm.sh/docs/topics/charts/#schema-files)
8
8
9
+
## Note about maintenance
10
+
11
+
I currently don't have the bandwidth to reply to issues, write code and review PRs. For now I recommend forking the repo and making changes and using the fork 😅
12
+
13
+
## Code stuff
14
+
9
15
Nothing fancy about the code, all the heavy lifting is done by:
10
16
11
17
-[go-jsonschema-generator](https://github.com/karuppiah7890/go-jsonschema-generator) - for generating JSON schema. It's a fork of [this](https://github.com/mcuadros/go-jsonschema-generator). Thanks to [@mcuadros](https://github.com/mcuadros)
12
18
-[go-yaml](https://github.com/go-yaml/yaml/) - for YAML parsing
13
19
-[cobra](https://github.com/spf13/cobra) - for CLI stuff
14
20
-[The Go stdlib](https://golang.org/pkg/) - for everything else
15
21
22
+
16
23
## Install
17
24
18
25
The plugin works with both Helm v2 and v3 versions as it's agnostic to the Helm
Note: I currently don't have the bandwidth to reply to issues, write code and review PRs. For now I recommend forking the repo and making changes and using the fork 😅
226
+
218
227
Put them all in [GitHub issues](https://github.com/karuppiah7890/helm-schema-gen/issues) 😁
219
228
I value every feedback. I really want to make sure that my tools help people and does not
220
229
annoy people. I want my tools to enable people and not hinder them. I'll do my best to help you
0 commit comments