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

The GitOps Toolkit source management component

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

We're encountering issues with the source-controller in our Azure Kubernetes Service (AKS - 1.29.4v) cluster, and I'm hoping someone can offer some guidance. We are running source-controller version 1.5.0. We're...

Some info to set the stage: 1. We use a monorepo style structure 2. `GitRepositories` do **not** support parsing and extracting tags like `ImagePolicies` - you **can** parse+extract SemVer in...

Security Insights is a specification for communicating security-related data. For this specific repository, use this example: https://github.com/privateerproj/privateer/blob/main/.github/security-insights.yml ## Resources Security Insights: https://github.com/ossf/security-insights-spec/

This PR fixes https://github.com/fluxcd/source-controller/issues/1657. With this change, it should be possible to configure a `GitRepository` like so: ```yaml apiVersion: source.toolkit.fluxcd.io/v1 kind: GitRepository metadata: name: example spec: # Omitting boilerplate for...

I'm attempting to map/include the a subdirectory of one repo to the root of another, [as shown here](https://github.com/solidDoWant/infra-mk3/blob/67c92ba926925b4f1a6569601baae15308247fed/cluster/gitops/flux-system/flux/sources/git/infra-mk3-repo.yaml). This fails with the following error (formatted): ``` failed to copy 'infra-mk3-actual'...