Closed yeahdongcn closed 11 months ago
The embedded helm controller is very basic, and just triggers runs of the helm CLI tool to when fields on the CRs change. The controller itself intentionally does not interact directly with the chart or any installed releases, nor does it mirror the release status. If you have needs beyond what the embedded helm controller provides, there are several other projects available that provide more in-depth intergration.
there are several other projects available that provide more in-depth integration.
@brandond Could you please list any names for it? Thanks.
Flux and Argo both have Helm support, as does Fleet if you are using Rancher.
I'm using
HelmChart
to install harbor in my kind cluster, but I can't see the deploying status bykubectl --kubeconfig=kubeconfig.yaml get helmcharts -A -o yaml
.Expected behavior: I can see the status of the actual deployment status of helm charts.