fluxcd / helm-controller

The GitOps Toolkit Helm reconciler, for declarative Helming
https://fluxcd.io
Apache License 2.0
414 stars 164 forks source link

Add `disableSchemaValidation` to Helm install/upgrade actions #1068

Closed stefanprodan closed 1 month ago

stefanprodan commented 2 months ago

This PR adds a new field called disableSchemaValidation to both .spec.install and .spec.upgrade that allows disabling the values validation against the JSON schema during install and upgrade.

Closes: https://github.com/fluxcd/flux2/issues/4992

xref: https://github.com/helm/helm/pull/12743