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

Create dedicated namespaces per test case, then delete the whole NS at the end. This will help avoid the case where we fail to stop the kube-apiserver. for example: ```go...

good first issue
help wanted
area/testing

The idea is to provide the ability to declare a registry as `insecure` and to be able to communicate with the `http` scheme.

enhancement
area/helm
area/oci

in reference to: https://github.com/fluxcd/source-controller/issues/326 Ok, but _source-controller_ is the only flux component that actually _does_ this. I thought that was the whole purpose of the _leader election_ thing... Personally, I...

I would like to have the source-controller use a role (IAM Role as Service Account in EKS) to access my codecommit git repos. AWS has created a [git remote helper...

enhancement
area/git

The new field `.spec.insecure` in the HelmRepository CRD signals to the controllers that the registry is served via HTTP and not HTTPS. closes #807 **NOTE**: This PR depends on a...

area/helm
area/oci

before: ```yaml message: 'failed to fetch Helm repository index: failed to cache index to temporary file: failed to fetch https://example.com/index.yaml : 404 Not Found' ``` now: ```yaml message: 'failed to...

Source controller seems to be restarting abruptly, potentially due to lost leader election. ``` ❯ k get pod -n flux-system -l app=source-controller --context stag-eun NAME READY STATUS RESTARTS AGE source-controller-57bff99765-lz9zq...

The idea is to provide the ability to create a Bucket with a generic HTTP(s) endpoint for downstream consumption, such as Kustomization controller which requires either Git/Bucket sources. This could...

Roughly address #808 to hook up with generic HTTP endpoints as sources to downstream components

invalid

A new flag could be created to block the use of HTTP endpoints for acquiring sources. When enabled, the flag would not allow the use of the `http` scheme across...

enhancement
good first issue