fluxcd / helm-controller

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

Add `.spec.ignoreMissingValuesFiles` to HelmChartTemplate API #942

Closed isometry closed 2 months ago

isometry commented 3 months ago

This PR introduces the option to ignore missing values files referenced in generated HelmCharts. Full backward compatibility is maintained.

I can't see any meaningful surface to test, as this is simply exposing underlying functionality from the source-controller API.

Depends upon https://github.com/fluxcd/source-controller/pull/1447

isometry commented 2 months ago

@stefanprodan : will you create a new release tag on github.com/fluxcd/source-controller/api (v1.3.0?) so that I can update go.mod and get the tests passing?