{"id":18256320,"url":"https://github.com/kudobuilder/operators-index","last_synced_at":"2026-02-16T01:43:41.027Z","repository":{"id":54813666,"uuid":"279843741","full_name":"kudobuilder/operators-index","owner":"kudobuilder","description":"KUDO Operators Index","archived":false,"fork":false,"pushed_at":"2021-01-27T17:26:43.000Z","size":26,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T21:50:04.219Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kudobuilder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2020-07-15T10:57:52.000Z","updated_at":"2021-03-28T04:42:26.000Z","dependencies_parsed_at":"2022-08-14T03:40:22.315Z","dependency_job_id":null,"html_url":"https://github.com/kudobuilder/operators-index","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kudobuilder/operators-index","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kudobuilder%2Foperators-index","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kudobuilder%2Foperators-index/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kudobuilder%2Foperators-index/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kudobuilder%2Foperators-index/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kudobuilder","download_url":"https://codeload.github.com/kudobuilder/operators-index/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kudobuilder%2Foperators-index/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29498345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T01:11:49.942Z","status":"ssl_error","status_checked_at":"2026-02-16T01:07:16.834Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-05T10:21:16.701Z","updated_at":"2026-02-16T01:43:40.967Z","avatar_url":"https://github.com/kudobuilder.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# KUDO Operators Index\n\nIndex of the community operators for KUDO.\n\nEach item in `operators` references one or more versions of an operator package. The community repository is build from the referenced packages. There's a one-to-one relationship between the referenced items in the index and the packages in the community repository.\n\n## Operator References\n\nAs operators are developed in separate Git repositories, the operator package distributed in this repository are referenced for tagged versions. The Git repository is defined as a _source_, that is then used by the _git_ settings of a _version_.\n\n```yaml\napiVersion: index.kudo.dev/v1alpha1\nkind: Operator\nname: My Operator\ngitSources:\n  - name: my-operator\n    url: https://github.com/example/my-operator.git\nversions:\n  - operatorVersion: \"1.1.0\"\n    git:\n      source: my-operator\n      directory: operator\n      tag: v1.1.0\n  - operatorVersion: \"1.0.0\"\n    git:\n      source: my-operator\n      directory: operator\n      tag: v1.0.0\n```\n\nSpecific commits in a Git repository can be referenced by their SHA.\n\n```yaml\nversions:\n  - operatorVersion: \"1.2.0\"\n    git:\n      source: my-operator\n      directory: operator\n      sha: 2b5b8ae28a83eb171d1c3094b92a1cc07e8c26f4\n\n```\n\n### Application Versions\n\nIn addition to the mandatory `operatorVersion` field, one can optionally set the `appVersion` field to the version of the application bundled by the operator.\n\n```yaml\nversions:\n  - appVersion: \"5.7\"\n    operatorVersion: \"0.3.0\"\n```\n\n### Referencing Tarballs\n\nIf one cannot reference a Git repository, a link to a tarball can be used instead.\n\n```yaml\nversions:\n  - operatorVersion: \"1.0.0\"\n    url: https://example.org/my-operator-1.0.0.tgz\n```\n\n## Current Limitations\n\n* Operators and versions cannot be removed from the index yet\n* Only operators compatible with the latest KUDO release can be added\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkudobuilder%2Foperators-index","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkudobuilder%2Foperators-index","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkudobuilder%2Foperators-index/lists"}