{"id":15926769,"url":"https://github.com/izelnakri/helman","last_synced_at":"2026-01-21T16:38:51.580Z","repository":{"id":42903424,"uuid":"249866997","full_name":"izelnakri/helman","owner":"izelnakri","description":"Kubernetes Helm \u003c\u003e Kustomize bridge","archived":false,"fork":false,"pushed_at":"2022-03-26T10:25:47.000Z","size":494,"stargazers_count":1,"open_issues_count":9,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T05:50:46.035Z","etag":null,"topics":["cli","developer-tools","devops","helm","k8s","kubernetes","kubernetes-deployment","kubernetes-setup","kustomize"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/izelnakri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-25T02:21:02.000Z","updated_at":"2023-02-16T00:53:18.000Z","dependencies_parsed_at":"2022-08-21T23:20:54.527Z","dependency_job_id":null,"html_url":"https://github.com/izelnakri/helman","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izelnakri%2Fhelman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izelnakri%2Fhelman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izelnakri%2Fhelman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izelnakri%2Fhelman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/izelnakri","download_url":"https://codeload.github.com/izelnakri/helman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247809992,"owners_count":20999821,"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":["cli","developer-tools","devops","helm","k8s","kubernetes","kubernetes-deployment","kubernetes-setup","kustomize"],"created_at":"2024-10-06T22:41:58.377Z","updated_at":"2026-01-21T16:38:46.560Z","avatar_url":"https://github.com/izelnakri.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helman: Kubernetes Kustomize \u003c\u003e Helm\n\nThe package manager layer on top of Helm and Kubernetes. Allows for helm chart based kustomizations.\nI hope functionality described in this cli tool will be a part of `helm` cli in future.\nIn the meantime, this cli tool provides an essential complexity management to helm and kustomize workflows.\n\n### System Requirements\n\n- helm\n- kubectl\n\n### Installation\n\n```sh\nnpm install -g helman\n\nhelman help\n```\n\n### Usage\n\n```sh\nhelman init\n# -\u003e creates npm/package.json like helm.json, helm_charts folder and k8s folder for kustomize\n\nhelman install jetstack/cert-manager\n# -\u003e saves latest cert-manager chart to helm_charts folder\n# -\u003e saves the installed version to helm.json\n# -\u003e creates k8s/bases/cert-manager/kustomization.yaml folder and links it to k8s/bases/kustomization.yaml\n# -\u003e builds the jetstack/cert-manager helm chart and creates k8s/bases/cert-manager/helm.yaml\n# -\u003e links k8s/bases/cert-manager/helm.yaml to k8s/bases/cert-manager/kustomization.yaml\n\n# jetstack/cert-manager is a custom helm chart that isnt in stable repos, in case if jetstack isnt in your local helm repo:\nhelm repo add jetstack https://charts.jetstack.io \u0026\u0026 helman install jetstack/cert-manager\n\nhelman install stable/prometheus v0.8.1\n# -\u003e saves v0.8.1 prometheus chart to helm_charts folder\n# -\u003e saves the installed version to helm.json\n# -\u003e creates k8s/bases/prometheus/kustomization.yaml folder and links it to k8s/bases/kustomization.yaml\n# -\u003e builds the stable/prometheus helm chart and creates k8s/bases/prometheus/helm.yaml\n# -\u003e links k8s/bases/prometheus/helm.yaml to k8s/bases/prometheus/kustomization.yaml\n\nhelman build\n# -\u003e reads all the helm charts on helm.json and starts building their helm template outputs:\n# -\u003e rebuilds jetstack/cert-manager to k8s/bases/cert-manager/helm.yaml\n# -\u003e rebuilds stable/prometheus to k8s/bases/prometheus/helm.yaml\n\nhelman uninstall jetstack/cert-manager\n# -\u003e removes jetstack/cert-manager from helm_charts\n# -\u003e removes jetstack/cert-manager from helm.json\n# -\u003e removes k8s/bases/cert-manager\n\nrm -rf helm_charts \u0026\u0026 helman install\n# -\u003e resets/reinstalls helm_charts folder with defined charts on helm.json and rebuilds them\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizelnakri%2Fhelman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fizelnakri%2Fhelman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizelnakri%2Fhelman/lists"}