{"id":19472217,"url":"https://github.com/fluxcd/source-controller","last_synced_at":"2026-03-12T14:32:08.737Z","repository":{"id":37038631,"uuid":"253192913","full_name":"fluxcd/source-controller","owner":"fluxcd","description":"The GitOps Toolkit source management component ","archived":false,"fork":false,"pushed_at":"2025-05-12T02:21:14.000Z","size":9307,"stargazers_count":254,"open_issues_count":121,"forks_count":203,"subscribers_count":26,"default_branch":"main","last_synced_at":"2025-05-12T03:26:55.202Z","etag":null,"topics":["gitops-toolkit"],"latest_commit_sha":null,"homepage":"https://fluxcd.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluxcd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-04-05T08:55:42.000Z","updated_at":"2025-05-11T01:49:24.000Z","dependencies_parsed_at":"2023-12-14T13:36:21.869Z","dependency_job_id":"abf2a907-78dd-4a59-8c50-aaa251d5ac56","html_url":"https://github.com/fluxcd/source-controller","commit_stats":{"total_commits":1654,"total_committers":74,"mean_commits":22.35135135135135,"dds":0.7370012091898428,"last_synced_commit":"53868f7985fda89589c78df48af10230c78c5c14"},"previous_names":[],"tags_count":270,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluxcd%2Fsource-controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluxcd%2Fsource-controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluxcd%2Fsource-controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluxcd%2Fsource-controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluxcd","download_url":"https://codeload.github.com/fluxcd/source-controller/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254069473,"owners_count":22009557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gitops-toolkit"],"created_at":"2024-11-10T19:13:30.166Z","updated_at":"2026-03-12T14:32:08.725Z","avatar_url":"https://github.com/fluxcd.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Source controller\n\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4786/badge)](https://bestpractices.coreinfrastructure.org/projects/4786)\n[![e2e](https://github.com/fluxcd/source-controller/workflows/e2e/badge.svg)](https://github.com/fluxcd/source-controller/actions)\n[![report](https://goreportcard.com/badge/github.com/fluxcd/source-controller)](https://goreportcard.com/report/github.com/fluxcd/source-controller)\n[![license](https://img.shields.io/github/license/fluxcd/source-controller.svg)](https://github.com/fluxcd/source-controller/blob/main/LICENSE)\n[![release](https://img.shields.io/github/release/fluxcd/source-controller/all.svg)](https://github.com/fluxcd/source-controller/releases)\n\nThe source-controller is a Kubernetes operator, specialised in artifacts acquisition\nfrom external sources such as Git, OCI, Helm repositories and S3-compatible buckets.\nThe source-controller implements the\n[source.toolkit.fluxcd.io](docs/spec/README.md) API\nand is a core component of the [GitOps toolkit](https://fluxcd.io/flux/components/).\n\n![overview](docs/diagrams/source-controller-overview.png)\n\n## APIs\n\n| Kind                                                  | API Version                   |\n|-------------------------------------------------------|-------------------------------|\n| [GitRepository](docs/spec/v1/gitrepositories.md)      | `source.toolkit.fluxcd.io/v1` |\n| [OCIRepository](docs/spec/v1/ocirepositories.md)      | `source.toolkit.fluxcd.io/v1` |\n| [HelmRepository](docs/spec/v1/helmrepositories.md)    | `source.toolkit.fluxcd.io/v1` |\n| [HelmChart](docs/spec/v1/helmcharts.md)               | `source.toolkit.fluxcd.io/v1` |\n| [Bucket](docs/spec/v1/buckets.md)                     | `source.toolkit.fluxcd.io/v1` |\n| [ExternalArtifact](docs/spec/v1/externalartifacts.md) | `source.toolkit.fluxcd.io/v1` |\n\n## Features\n\n* authenticates to sources (SSH, user/password, API token, Workload Identity)\n* validates source authenticity (PGP, Cosign, Notation)\n* detects source changes based on update policies (semver)\n* fetches resources on-demand and on-a-schedule\n* packages the fetched resources into a well-known format (tar.gz, yaml)\n* makes the artifacts addressable by their source identifier (sha, version, ts)\n* makes the artifacts available in-cluster to interested 3rd parties\n* notifies interested 3rd parties of source changes and availability (status conditions, events, hooks)\n* reacts to Git, Helm and OCI artifacts push events (via [notification-controller](https://github.com/fluxcd/notification-controller))\n\n## Guides\n\n* [Get started with Flux](https://fluxcd.io/flux/get-started/)\n* [Setup Webhook Receivers](https://fluxcd.io/flux/guides/webhook-receivers/)\n* [Setup Notifications](https://fluxcd.io/flux/guides/notifications/)\n* [How to build, publish and consume OCI Artifacts with Flux](https://fluxcd.io/flux/cheatsheets/oci-artifacts/)\n\n## Roadmap\n\nThe roadmap for the Flux family of projects can be found at \u003chttps://fluxcd.io/roadmap/\u003e.\n\n## Contributing\n\nThis project is Apache 2.0 licensed and accepts contributions via GitHub pull requests.\nTo start contributing please see the [development guide](DEVELOPMENT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluxcd%2Fsource-controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluxcd%2Fsource-controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluxcd%2Fsource-controller/lists"}