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
+
16
51
### Extended Metrics
17
52
18
53
The webhook and cainjector components now have metrics servers,
@@ -104,14 +139,6 @@ And it reduces the peak memory use of the cert-manager components when they star
104
139
because they no longer have to hold a duplicate unpaged list of resources in-memory
105
140
while they add them to the client side cache.
106
141
107
-
### Helm Schema Validation
108
-
109
-
The Helm chart now includes a JSON schema which will validate the values that you supply when installing the chart.
110
-
This will help you to get your Helm values right first time.
111
-
It will alert you to typos and unrecognized fields in your existing Helm values files.
112
-
And it will make it easier for the cert-manager maintainers to maintain the Helm chart,
113
-
avoiding typos and mistakes in the default values file.
114
-
115
142
## Community
116
143
117
144
Thanks again to all open-source contributors with commits in this release, including: TODO
0 commit comments