source-controller
source-controller copied to clipboard
The GitOps Toolkit source management component
HelmCharts reconciliation sometime result in unknown build error and Unknown reason with auth failure It happens when HelmChart build is attempted when the associated HelmRepository isn't ready because of the...
We cannot connect to insecure (plain http) registries with the cosign verifier because cosign does not propagate the insecure flag from their `RegistryOptions` to the `name.Registry` scheme, so it stays...
Take advantage of PR #876 new `oci` pkg to provide a chart verification capability to the `helmChart` reconciler.
We're facing the following situation: * we have several helmreleases installed successfully in our cluster * the helmrepositories and helmcharts are also created and ready Once the source-controller is restarted,...
Hiho, we try to fetch some helm charts from a GCP bucket using Workload Identity, but the source-controller v.0.29.0 runs into an `invalid memory address or nil pointer dereference` error....
Hello, I have an AKS cluster with **kubelet managed identity** enabled which has access to ACR. HelmRepository manifest file: ````bash apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: HelmRepository metadata: name: acrrepo namespace: default spec:...
Add prometheus metrics for internal ops https://github.com/fluxcd/source-controller/issues/657
Hello, I have created a HelmRepository of type OCI like this: ``` apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: HelmRepository metadata: name: myhelmrepo spec: type: oci provider: azure interval: 10m url: oci://myhelmrepo.azurecr.io/helm timeout: 60s...
To avoid OOM errors like the one reported [here](https://github.com/fluxcd/kustomize-controller/issues/725), I think we need to introduce a flag for limiting the size of artifacts produced by source-controller (we do have such...