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

Currently, users specify that resources from a source need decryption by annotating the Kustomization that references that source. This works well when the files that have to be decrypted are...

Testing my code that used a GitRepository custom resource and retrieves artifacts from the source controller I changed the GitRepository spec to a nonexistent branch. However the status.artifact did not...

Version: `ghcr.io/fluxcd/source-controller:v0.15.4` I'm getting an error: no chart version found for XXX-09.20.x: ``` flux get all -A NAMESPACE NAME READY MESSAGE REVISION SUSPENDED flux-system helmrepository/XXX-helm-repo-dev True Fetched revision: 9ddf39cf1e565edfdb96edb36465ec1b440f1a9c 9ddf39cf1e565edfdb96edb36465ec1b440f1a9c...

We have two files in the cluster, as below, They are store in the same folder but with different files for manual error. Then we found, flux don't have any...

invalid

To reproduce manually apply or add to a flux sync a helm repository resource with the interval property set to 1d. The helm repository will pass validation but the source...

When using recurseSubmodules, and having stupidly missed adding the required permissions to all submodules, I receive the following error ``` {"level":"error","ts":"2021-05-19T20:52:37.657Z","logger":"controller.gitrepository","msg":"Reconciler error","reconciler group":"source.toolkit.fluxcd.io","reconciler kind":"GitRepository","name":"cluster-sync","namespace":"flux-system", "error":"unable to clone 'ssh://[email protected]', error: repository...

bug

## Description If you create AWS S3 Bucket in one region (e.g. `us-west-2`), and create Bucket object that uses regional S3 endpoint from another region (e.g.`endpoint: s3.eu-central-1.amazonaws.com`), source controller will...

Source Controller seems to use http2 keep alive when cloning git repository. Error message: ``` unable to clone 'https://example.com/test/repo, error: http2: server sent GOAWAY and closed the connection; LastStreamID=1999, ErrCode=NO_ERROR,...

enhancement
area/git

Currently the source controller only allows fixed tags (`tag` attribute) and semver tags (`semver` attribute). However neither of these are very flexible and cannot be set up to monitor e.g....

Using basic auth with username and password, the getter ignores the caFile in the secret: `failed to download repository index: Get "https://my-private-repo/index.yaml": x509: certificate signed by unknown authority` Using curl...