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

The GitOps Toolkit source management component

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

Hi there, I'm getting below error when trying to create HelmRepository: ``` $ k get helmrepository NAME URL AGE READY STATUS helm-charts-test https://artifactory.mydomain.com/artifactory/helm-charts-test 96s False failed to fetch Helm repository...

area/helm

Due to the existence of `BUILD_DIR` directory called `build` at the project root, the `build` make target never works. Rename the make target as `manager`, in alignment with other makefiles...

Add Custom Git Client for WAF-Secured Repos Introduce a custom Git client to handle repositories behind Web Application Firewalls (WAF). This client facilitates TLS certificate-based authentication, enabling secure Git operations...

> For future improvements these are the things I think we should address: > > - appending signature to transparency log is the default in v2 (where it was only...

enhancement
area/helm
area/oci

Adding two tips when using the ssh URL of a Git repo

There is limited support for OCI artifacts that hadn't been built with Flux CLI. One can use `spec.layerSelector.mediaType`, however it doesn't handle searching images with an index. There is also...

area/oci

Currently artifact revision (i.e. digest) is obtain here: https://github.com/fluxcd/source-controller/blob/53ee3a3db056b4c024d30a735607b3bccbcde54b/internal/controller/ocirepository_controller.go#L392-L393 It is also observed as a condition here: https://github.com/fluxcd/source-controller/blob/53ee3a3db056b4c024d30a735607b3bccbcde54b/internal/controller/ocirepository_controller.go#L408-L417 However, verification and fetching is only done by URL, and it's possible...

bug
help wanted
area/oci

We use the helm chart, which is located on a self-signed certificate When we try to pull we get an x509 error... We are currently adding a certificate, but to...

**Describe the Bug** We have a Kubernetes cluster behind a mitmproxy running in transparent mode that uses self-signed certs. Created a HelmRepository CR of version source.toolkit.fluxcd.io/v1beta2 and a secret to...