helm-controller/controllers
Hidde Beydals 17597d1e19 Change CRD domain to 'helm.toolkit.fluxcd.io'
To allow the Helm Operator and helm-controller HelmReleases to
co-exist in the cluster, while being handled by separate controllers
during e.g. the migration period.

This is not possible without using another domain due to how Custom
Resource Definitions work, as newer API versions are seen as a
replacement of older versions, and are expected to be handled by a
single controller.
2020-07-30 22:38:11 +02:00
..
helmchart_predicate.go Support Helm install action 2020-07-08 16:23:38 +02:00
helmchart_watcher.go Change CRD domain to 'helm.toolkit.fluxcd.io' 2020-07-30 22:38:11 +02:00
helmrelease_controller.go Change CRD domain to 'helm.toolkit.fluxcd.io' 2020-07-30 22:38:11 +02:00
helmrelease_predicate.go Refactor garbage collection to finalizer 2020-07-16 13:00:41 +02:00
suite_test.go Support Helm install action 2020-07-08 16:23:38 +02:00