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
> ℹ️ The schema files are generated by [helm-tool](https://github.com/cert-manager/helm-tool), a utility which generates Helm docs, schema files and performs linting.
48
+
>
49
+
> 📖 Read [Helm: Charts: Schema Files](https://helm.sh/docs/topics/charts/#schema-files) to learn more.
50
+
19
51
### Extended Metrics
20
52
21
53
The webhook and cainjector components now have metrics servers,
@@ -107,14 +139,6 @@ And it reduces the peak memory use of the cert-manager components when they star
107
139
because they no longer have to hold a duplicate unpaged list of resources in-memory
108
140
while they add them to the client side cache.
109
141
110
-
### Helm Schema Validation
111
-
112
-
The Helm chart now includes a JSON schema which will validate the values that you supply when installing the chart.
113
-
This will help you to get your Helm values right first time.
114
-
It will alert you to typos and unrecognized fields in your existing Helm values files.
115
-
And it will make it easier for the cert-manager maintainers to maintain the Helm chart,
116
-
avoiding typos and mistakes in the default values file.
117
-
118
142
## Community
119
143
120
144
Thanks again to all open-source contributors with commits in this release, including: TODO
0 commit comments