{"id":13798294,"url":"https://github.com/openinfradev/kustomize-helm-transformer","last_synced_at":"2026-04-21T22:36:06.235Z","repository":{"id":39091967,"uuid":"269263322","full_name":"openinfradev/kustomize-helm-transformer","owner":"openinfradev","description":"Kustomize Plugin to transform values in HelmRelease CR","archived":false,"fork":false,"pushed_at":"2024-10-29T01:26:13.000Z","size":139,"stargazers_count":14,"open_issues_count":0,"forks_count":3,"subscribers_count":16,"default_branch":"main","last_synced_at":"2024-11-18T13:44:50.850Z","etag":null,"topics":["decapod","helm","helm-operator","kustomize","kustomize-plugin"],"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/openinfradev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"docs/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}},"created_at":"2020-06-04T04:50:55.000Z","updated_at":"2024-02-19T16:18:31.000Z","dependencies_parsed_at":"2022-09-07T21:52:26.547Z","dependency_job_id":"ce673336-3d8c-4891-a246-496cb5489d7e","html_url":"https://github.com/openinfradev/kustomize-helm-transformer","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openinfradev%2Fkustomize-helm-transformer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openinfradev%2Fkustomize-helm-transformer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openinfradev%2Fkustomize-helm-transformer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openinfradev%2Fkustomize-helm-transformer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openinfradev","download_url":"https://codeload.github.com/openinfradev/kustomize-helm-transformer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253883121,"owners_count":21978611,"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":["decapod","helm","helm-operator","kustomize","kustomize-plugin"],"created_at":"2024-08-04T00:00:41.429Z","updated_at":"2026-04-21T22:36:06.204Z","avatar_url":"https://github.com/openinfradev.png","language":"Go","funding_links":[],"categories":["Plugins"],"sub_categories":["Transformers"],"readme":"# kustomize-helm-transformer\nHelmValuesTransformer is a Kustomize Plugin to transform values in `HelmRelease` CustomResource.\nIt helps to manage a lot of HelmRelease's value in single transformer file.  \nPlease take a look at the [example](https://github.com/openinfradev/kustomize-helm-transformer/tree/master/examples/helmvalues)\n\n## Documents\n* [Quick Start](docs/quickstart.md)\n* [Contribution](docs/contribution.md)\n* [CI Pipeline](docs/ci.md)\n\n\n## Support \n* kustomize v4.2.0\n* go 1.16.15\n\n## Features\n1. Replaced values of HelmRelease CustomResource using inline path\n2. Replaced Chart Source of HelmRelease CustomResource\n\n## Example\n### Source HelmRelease\n```\napiVersion: helm.fluxcd.io/v1\nkind: HelmRelease\nmetadata:\n  name: prometheus\nspec:\n  chart:\n    repository: https://prometheus-community.github.io/helm-charts\n    name: kube-prometheus-stack\n    version: 14.5.0\n    type: helmrepo\n  releaseName: prometheus\n  targetNamespace: lma\n  values:\n    conf:\n      ceph:\n        admin_keyring: TO_BE_FIXED\n        enabled: false\n```\n### Transformer Configuration\n```\napiVersion: openinfradev.github.com/v1\nkind: HelmValuesTransformer\nmetadata:\n  name: site\nglobal:\n  docker_registry: registry.cicd.stg.taco\ncharts:\n  - name: prometheus\n    source: \n      repository: git@github.com:helm/charts\n      version: master\n      name: charts/stable/prometheus-operator\n      type: git\n    override:\n      conf.ceph.admin_keyring: abcde\n      conf.ceph.enabled: true\n```\n### Result\n```\napiVersion: helm.fluxcd.io/v1\nkind: HelmRelease\nmetadata:\n  name: prometheus\nspec:\n  chart:\n    repository: git@github.com:helm/charts\n    version: master\n    name: charts/stable/prometheus-operator\n    type: git\n  releaseName: prometheus\n  targetNamespace: lma\n  values:\n    conf:\n      ceph:\n        admin_keyring: abcde\n        enabled: true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopeninfradev%2Fkustomize-helm-transformer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopeninfradev%2Fkustomize-helm-transformer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopeninfradev%2Fkustomize-helm-transformer/lists"}