Confused between HelmChart vs HelmRelease #3328
-
|
Hi, I have been exploring Flux2 and trying the example around Helm. I use either a What is the use of As per my understanding, a Source Controller connects and fetches artifacts from different sources. But within the below HelmChart example, it is using a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
The See also the recent #3325 (comment) for additional information. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the response @hiddeco |
Beta Was this translation helpful? Give feedback.

The
HelmChartis part of the source-controller API because this controller deals with the handling (and caching) of artifacts. The reason it can refer to different types of sources is because the object type is capable of packaging charts from files (or folders) in these sources, in addition to it being able to do last-mile modifications on already packaged charts (from e.g. aHelmRepository) to overwrite the defaultvalues.yamlfile.See also the recent #3325 (comment) for additional information.