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

Hi, Im wondering, how can I authorize a private helm repository on GitHub? For git repository, the object takes a `SecretRef` which can be referenced as secret with the fields...

question
area/helm

We currently have a a target `setup-envtest` which installs the `etcd`, `kubectl` , etc for users but we don’t use it implicitly in the `test` target. We also don't seem...

We want to sync all git repositories within a gitlab group/subgroup. The source-controller should do some kind of autodiscovery of all repos in the gitlab group path. Use-case scenario: -...

:warning: beta This PR adds a new source of manifest via [Omaha protocol](https://github.com/google/omaha) Current tests are done with https://github.com/kinvolk/nebraska as server

There are some scenarios where being able to access a specific file in a repository is useful, for example in GrafanaDashbboard ```yaml apiVersion: integreatly.org/v1alpha1 kind: GrafanaDashboard metadata: name: "dashboard-from-url" spec:...

enhancement

Version: - flux: v0.24.0 - helm-controller: v0.14.0 - kustomize-controller: v0.18.1 - notification-controller: v0.19.0 - source-controller: v0.19.0 I noticed that an update of a Git Repository that's included in another one...

Over the past couple of week's I've been tasked with installing FluxV2 on EKS, on an air-gapped network. It is not completely air-gapped, in the sense that the internal image...

All reconcilers do at present contain logic to update an outdated hostname for scenarios where e.g. the source-controller changes from namespace (but the resources maintain). To improve observability, we may...

enhancement

We're using Flux for installing Helm charts, and we have are experiencing a situation that looks suspicious. Suppose the following `HelmRelease` (the `HelmRepository` and `Secret` have already been created in...

area/helm

Currently, the documentation for the `ignore` key in `GitRepository` says: ```plain // Ignore overrides the set of excluded patterns in the .sourceignore format // (which is the same as .gitignore)....

area/docs
good first issue