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

The GitOps Toolkit source management component

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

I am trying to build source-controller v0.16.0 docker image. "make" is successful with go version 1.16 and cmake 3.21.3 But "make docker-build" is failing with error "/Makefile": not found in...

### Describe the bug When registering FluxCD to a repository in gitlab enterprise, I am seeing OOM activity on the `source-controller` pod. Removing the 1GB memory limit fixes the issues....

## Helm Optimisations ### 1. Optimise index loading using JSON Use of JSON serialisation to improve subsequent loads from an index. For big indexes (e.g. `bitnami`) the subsequent loads were...

enhancement
area/helm

The test coverage around git operations heavily relies on [gitkit](https://github.com/sosedoff/gitkit) for self-contained tests. For E2E tests we also rely on directly accessing SaaS providers (e.g. GitHub) to ensure that our...

area/git

The E2E tests rely on MINIO for a reliable standalone API that can simulate S3 buckets. The current `https://helm.min.io/` ([github repository](https://github.com/minio/charts)) is deprecated and no longer supported. The new repository...

area/ci

We are running flux version 0.28.5. We are using s3 bucket as source where the size of the s3 bucket is around 2TB. The reconciliation always fails with the below...

area/bucket

Git Servers may throttle operations when a given threshold (operations/time) is met. If the controller continues to attempt cloning whilst blocked, it will impair the controller's ability to self-heal as...

enhancement

This adds a Unix suffix to the HelmChart Artifact filename, to ensure it is unique for sequential builds triggered due to e.g. a controller restart. The result of this is...

enhancement
area/helm

The [DEVELOPMENT.md](https://github.com/fluxcd/source-controller/blob/main/DEVELOPMENT.md) could be improved to help users trying to debug problems or reproduce reported issues. Things we could expand on: - Suspend objects that are irrelevant to the test...

area/docs
good first issue
help wanted

This change defines an `OCIRepository` CRD that allows a user to specify a given image to use as a source. The contents of the image (including images with multiple layers)...

enhancement