{"id":18510673,"url":"https://github.com/operator-framework/helm-operator-plugins","last_synced_at":"2025-05-15T15:02:10.147Z","repository":{"id":37791653,"uuid":"239652707","full_name":"operator-framework/helm-operator-plugins","owner":"operator-framework","description":"Experimental refactoring of the operator-framework's helm operator","archived":false,"fork":false,"pushed_at":"2025-04-28T10:45:56.000Z","size":1826,"stargazers_count":55,"open_issues_count":26,"forks_count":52,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-28T11:35:59.198Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/operator-framework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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-02-11T01:45:14.000Z","updated_at":"2025-04-28T10:43:13.000Z","dependencies_parsed_at":"2024-02-28T14:46:37.621Z","dependency_job_id":"9aa39216-a00a-4569-8bee-d7d1df26dcdf","html_url":"https://github.com/operator-framework/helm-operator-plugins","commit_stats":{"total_commits":300,"total_committers":37,"mean_commits":8.108108108108109,"dds":0.5266666666666666,"last_synced_commit":"9e32bc2ed9e424cd7c3082bc7c8303e495b18376"},"previous_names":["operator-framework/helm-operator"],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operator-framework%2Fhelm-operator-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operator-framework%2Fhelm-operator-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operator-framework%2Fhelm-operator-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operator-framework%2Fhelm-operator-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/operator-framework","download_url":"https://codeload.github.com/operator-framework/helm-operator-plugins/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254364266,"owners_count":22058877,"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":[],"created_at":"2024-11-06T15:24:22.574Z","updated_at":"2025-05-15T15:02:10.050Z","avatar_url":"https://github.com/operator-framework.png","language":"Go","readme":"# helm-operator\n\n![Build Status](https://github.com/operator-framework/helm-operator-plugins/workflows/CI/badge.svg?branch=main)\n[![Coverage Status](https://coveralls.io/repos/github/operator-framework/helm-operator-plugins/badge.svg?branch=main)](https://coveralls.io/github/operator-framework/helm-operator-plugins?branch=main)\n\nReimplementation of the helm operator to enrich the Helm operator's reconciliation with custom Go code to create a \nhybrid operator.\n\n## Introduction\n\nThe Helm operator type automates Helm chart operations\nby mapping the [values](https://helm.sh/docs/chart_template_guide/values_files/) of a Helm chart exactly to a \n`CustomResourceDefinition` and defining its watched resources in a `watches.yaml` \n[configuration](https://sdk.operatorframework.io/docs/building-operators/helm/tutorial/#watch-the-nginx-cr) file.\n\nFor creating a [Level II+](https://sdk.operatorframework.io/docs/advanced-topics/operator-capabilities/operator-capabilities/) operator \nthat reuses an already existing Helm chart, a [hybrid](https://github.com/operator-framework/operator-sdk/issues/670)\nbetween the Go and Helm operator types is necessary.\n\nThe hybrid approach allows adding customizations to the Helm operator, such as:\n- value mapping based on cluster state, or \n- executing code in specific events.\n\n## Quick start\n\n### Creating a Helm reconciler\n\n```go\n// Operator's main.go\nchart, err := loader.Load(\"path/to/chart\")\nif err != nil {\n panic(err)\n}\n\nreconciler := reconciler.New(\n reconciler.WithChart(*chart),\n reconciler.WithGroupVersionKind(gvk),\n)\n\nif err := reconciler.SetupWithManager(mgr); err != nil {\n panic(fmt.Sprintf(\"unable to create reconciler: %s\", err))\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperator-framework%2Fhelm-operator-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foperator-framework%2Fhelm-operator-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperator-framework%2Fhelm-operator-plugins/lists"}