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

I'm running into some challenges as I attempt to adopt Flux. We manage many different clusters across all 3 clouds (EKS, GKE, AKS), and specifically we operate clusters in mixed-trust...

This pull request adds `.spec.serviceAccountName` field to HelmRepository. This allows the use of the serviceaccount pull secret to pull OCI (helm repository) images. Ref: https://github.com/fluxcd/source-controller/issues/953

area/api

To cope with the semver range limitation where it's not possible to select only pre-releases, I propose we introduce regex filtering capabilities similar to what we have in `ImagePolicy`. Example...

enhancement
area/oci

This change makes fetching of OCI artifacts compatible with a wider range of images, namely where the top-level object is an index. Once the index is fetched, the media type...

enhancement
area/oci

upgrade helm to latest to fix https://github.com/helm/helm/security/advisories/GHSA-v53g-5gjp-272r. This can be kept on hold for now. Another [fix](https://github.com/fluxcd/source-controller/pull/1377) is ready to be merge in the meantime.

hold

Is there option to use workload identity token as password for git source controller? If not, that would be very helpful. Recently Azure DevOps Repos introduced ability to use Service...

Hello, I have a monorepo which contains multiples applications and I would like to use scoped tags in my gitrepositories. Example: - Git repo app1: semver [email protected] - Git repo...

### Describe the bug Source controller randomly has issues listing revisions from the remote(GitLab in this case) leading to these errors: ``` {"level":"error","ts":"2023-06-20T12:09:39.735Z","msg":"failed to checkout and determine revision: unable to...

The command to create secrets from certificates isn't up-to-date. The secret's name is missing, and the flag's name has changed.

Allow connecting to Helm OCI HTTPs repositories without verifying the server's certificate chain and host name. Example: ```yaml apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: HelmRepository metadata: name: myhelmrepo namespace: default spec: type: oci...