source-controller icon indicating copy to clipboard operation
source-controller copied to clipboard

The GitOps Toolkit source management component

Results 170 source-controller issues
Sort by recently updated
recently updated
newest added

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...

bug
good first issue
area/helm
area/oci

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...

enhancement
area/oci

Take advantage of PR #876 new `oci` pkg to provide a chart verification capability to the `helmChart` reconciler.

area/helm
area/oci

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,...

area/helm

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....

bug
area/bucket

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...

area/helm
area/oci

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...

enhancement