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

Implements mitigation suggested in #1515 just a copy of the updated validation logic in Helm 3.14.0+

area/helm
backport:release/v1.3.x

A [cache package](https://github.com/fluxcd/pkg/tree/main/cache) has been developed to cache objects with an objective to provide a better performance and reduce stress on cloud providers APIs. The following list the tasks to...

enhancement
umbrella-issue

Hi, today we ran into an issue with source controller version 1.3.0. First we discovered that some Helm charts were missing from the index that source-controller created. Downloading the index.yaml...

To help users migrate from GitRepo to OCIRepo we should support the `.spec.proxySecretRef` field. Even if the proxy can be set for the source-controller pod, having the proxy setting per...

enhancement
area/oci

Bumps the ci group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.1.7` |...

area/ci
dependencies

Bumps the go-deps group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin) | `0.3.2` |...

dependencies

- API change to add new `github` provider field in `GitRepository` spec. - Controller change to use the GitHub authentication information specified in `.spec.secretRef` to create the auth options to...

This is to highlight the issue with the cache metrics and discuss how to handle it with respect to the new generic typed cache. At present, in source-controller we have...

We observed that the Working Set (extracted by Prometheus metric container_memory_working_set_bytes) of manager container of source-controller pod continuously growth by about 15MB per 24h. ![image](https://github.com/user-attachments/assets/40889f5a-e453-4e86-85e5-5cd44ed453eb) In several weeks container gets...

See https://github.com/fluxcd/source-controller/pull/1552#discussion_r1705658583

enhancement
area/api