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

CodeFresh.io seems to only support token authentication for their hosted ChartMuseum installation. Would you accept a PR that adds a bearer token authentication mechanism to the source-controller?

I would like to use the same S3 bucket accross multiple projects and only give access to a specific prefix for each one of the projects. Currently, the bucket controller...

fixes #914 If implemented, users will be able to enable chart verification for OCI based helm charts. The `remote builder` will not attempt to download the chart if an artifact...

area/helm
area/oci

- Reorders the object suspended check in all the reconcilers to allow deletion of objects when they are suspended. Objects used to get stuck on delete because the finalizers were...

bug

The status of all sources are reporting as `ArtifactInStorage=True` even if the storage is empty because the controller pod was deleted. This is due to the fact that we don't...

bug

Once a source is suspended, the controller no longer removes the finalizer nor does it clear the storage, making impossible to delete suspended sources as they will hang forever.

bug

The `Reconciliation` status condition should be set to `True` and its message should be updated in etcd every time we observe a drift to: - resource generation (`metadata.generation != status.observedGeneration`)...

The new version comes with architectural changes and this PR updates `pkg/azure` to use them. Close #928 Signed-off-by: Somtochi Onyekwere

Add a controller flag named `--artifact-max-size=` with the default value of 50MiB. To disable the limit, the value can be set to `--artifact-max-size=-1`. ⚠️ **Breaking change** The flag enforces a...

area/storage
area/security

The newest version comes with new architectural/breaking changes and changes will need to be made to `pkg/azure` Ref: https://github.com/Azure/azure-sdk-for-go/releases/tag/sdk%2Fstorage%2Fazblob%2Fv0.5.0

area/bucket