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

### Describe the bug opening an issue per @souleb 's request. Slack discussion [here](https://cloud-native.slack.com/archives/CLAJ40HV3/p1656576116115309) Excerpts: Hello trying to confirm whether this is a bug: I have deployed helm's OCI registry...

area/oci

`GitRepository` objects require the SSH URL to be in a specific format, as per [documentation](https://fluxcd.io/docs/components/source/gitrepositories/#url): > Unlike using git, the [shorter scp-like syntax](https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols#_the_ssh_protocol) is not supported for SSH addresses (e.g....

enhancement
good first issue
help wanted
area/git

Flux supports the use of password-protected SSH keys. When they are being used, users must provide it via a `password` field on the same secret in which the `identity` (private...

enhancement
good first issue
help wanted
area/git

As per `v1beta2`, the Spec.Timeout documentation states: > `.spec.timeout` is an optional field to specify a timeout for Git operations like cloning. With the introduction of `GitOptimizedClones`, Git clones are...

area/git

`spec.timeout` was consumed twice in a row in scenarios where the optimized clone isn't possible (i.e. when a new commit has been pushed) leading to the overall time of git...

area/git

I get the following error message in `source-controller` when Flux is configured to use S3 bucket source,: ```json { "level": "error", "ts": "2022-06-03T13:29:32.250Z", "logger": "controller.bucket", "msg": "Reconciler error", "reconciler group":...

enhancement

This commit adds a new field `status.artifact.excludedPatternsChecksum` which is used to detect changes on `spec.ignore`, that controls the exclusions for the object's `status.artifact`. Fix: https://github.com/fluxcd/source-controller/issues/704

area/docs
enhancement
area/git
area/bucket

**As a** Flux user **I want** to be able to retrieve the full when running a `get` against a source e.g. **git** or **bucket** **So that** I am able to...

Https based authentication is not working for a private repository using the flux and kustomize controller. These are the files I have written and using (gitinfo.yml file) apiVersion: source.toolkit.fluxcd.io/v1beta1 kind:...

area/git

### Describe the bug With 20-25 helm releases to reconcile the source-controller readinessProbe will start to fail and enter crashLoopBackOff state. ### To Reproduce Steps to reproduce the behaviour: Make...