source-controller
source-controller copied to clipboard
The GitOps Toolkit source management component
It seems that installing a `HelmRelease` from a `GitRepository` source will fail to install all subcharts if the helm chart references the same chart with different versions as distinct subcharts...
If only create helmrepository and helmchart, and the helmchart is use different namespace with helmrepository, then helmchart will create fail, so add UT for this part
Since `HelmRelease` supports a `CrossNamespaceObjectReference` for `SourceRef` I thought I could create a single `HelmRepository` in the flux-system namespace and have multiple helm releases in different namespace share the same...
Hi all, In the documentation in the Specification part https://fluxcd.io/docs/components/source/helmrepositories/#specification The comment gives an example of the field names that the secret should have regarding TLS. ``` // The name...
Use-case: we have an airgapped environment where we dont have an anycasted HA registry. We have two differnt registries, but if a need to take one down for maintenance everything...
The custom resource status (transition timestamp and url) should only change when a change occurred to a file that is included by the ignorePatterns specification, see [issue #74 ](https://github.com/fluxcd/source-controller/issues/74)
Hello, I'm having an issue with a HelmChart which is targeting a folder in a GitRepository. The chart **root** located in this folder has a dependency on another local chart,...
@hiddeco had an idea about interoperability with other GitOps projects that already have their own sync loops and internal support for git. One of those projects is https://github.com/isaaguilar/terraform-operator. It could...
Our use case is when `app` or `job` sub chart updated. Helmrelease should reconcile & deploy app with new sub chart. ``` dependencies: - name: app version: ~1 repository: s3://foo-helm/master...
I'm interested in the ability to verify a signed Helm chart against configured PGP keys, just as you have for the GitRepository. That way, my system won't automatically upgrade to...