{"id":13646441,"url":"https://github.com/giantswarm/chart-operator","last_synced_at":"2025-08-30T15:28:32.176Z","repository":{"id":37748472,"uuid":"122630180","full_name":"giantswarm/chart-operator","owner":"giantswarm","description":"Deploys Helm charts in Kubernetes workload clusters (deprecated)","archived":false,"fork":false,"pushed_at":"2025-04-18T13:06:09.000Z","size":18226,"stargazers_count":60,"open_issues_count":5,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-19T02:20:33.547Z","etag":null,"topics":["helm","kubernetes","operator"],"latest_commit_sha":null,"homepage":"","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/giantswarm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-23T14:16:17.000Z","updated_at":"2025-04-08T09:59:19.000Z","dependencies_parsed_at":"2025-03-14T14:23:27.886Z","dependency_job_id":"c8188f14-ca93-424d-b859-cce5c90c3f94","html_url":"https://github.com/giantswarm/chart-operator","commit_stats":null,"previous_names":[],"tags_count":103,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giantswarm%2Fchart-operator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giantswarm%2Fchart-operator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giantswarm%2Fchart-operator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giantswarm%2Fchart-operator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giantswarm","download_url":"https://codeload.github.com/giantswarm/chart-operator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250110832,"owners_count":21376543,"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":["helm","kubernetes","operator"],"created_at":"2024-08-02T01:02:55.748Z","updated_at":"2025-04-21T18:31:00.236Z","avatar_url":"https://github.com/giantswarm.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"[![CircleCI](https://dl.circleci.com/status-badge/img/gh/giantswarm/chart-operator/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/giantswarm/chart-operator/tree/main)\n\n# chart-operator\n\nThe chart-operator deploys Helm charts as [helm] releases. It is implemented\nusing [operatorkit].\n\n## Branches\n\n- `main`\n    - Latest version using Helm 3.\n- `helm2`\n    - Legacy support for Helm 2.\n\n## chart CR\n\nThe operator deploys charts hosted in a Helm repository. The chart CRs are\nmanaged by [app-operator] which provides a higher level abstraction for\nmanaging apps via the app CRD.\n\n### Example chart CR\n\n```yaml\napiVersion: application.giantswarm.io/v1alpha1\nkind: Chart\nmetadata:\n  name: \"prometheus\"\n  labels:\n    chart-operator.giantswarm.io/version: \"1.0.0\"\nspec:\n  name: \"prometheus\"\n  namespace: \"monitoring\"\n  config:\n    configMap:\n      name: \"prometheus-values\"\n      namespace: \"monitoring\"\n    secret:\n      name: \"prometheus-secrets\"\n      namespace: \"monitoring\"\n  tarballURL: \"https://giantswarm.github.io/app-catalog/prometheus-1-0-0.tgz\"\n```\n\n## Getting Project\n\nClone the git repository: https://github.com/giantswarm/chart-operator.git\n\n### How to build\n\nBuild it using the standard `go build` command.\n\n```\ngo build github.com/giantswarm/chart-operator\n```\n\n## Contact\n\n- Mailing list: [giantswarm](https://groups.google.com/forum/!forum/giantswarm)\n- IRC: #[giantswarm](irc://irc.freenode.org:6667/#giantswarm) on freenode.org\n- Bugs: [issues](https://github.com/giantswarm/chart-operator/issues)\n\n## Contributing \u0026 Reporting Bugs\n\nSee [CONTRIBUTING](CONTRIBUTING.md) for details on submitting patches, the\ncontribution workflow as well as reporting bugs.\n\n## License\n\nchart-operator is under the Apache 2.0 license. See the [LICENSE](LICENSE) file for\ndetails.\n\n\n\n[app-operator]: https://github.com/giantswarm/app-operator\n[helm]: https://github.com/helm/helm\n[operatorkit]: https://github.com/giantswarm/operatorkit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiantswarm%2Fchart-operator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiantswarm%2Fchart-operator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiantswarm%2Fchart-operator/lists"}