{"id":15664120,"url":"https://github.com/clayrisser/generator-helm-chart","last_synced_at":"2025-05-06T18:49:12.004Z","repository":{"id":57159751,"uuid":"152822451","full_name":"clayrisser/generator-helm-chart","owner":"clayrisser","description":"yeoman generator rancher 2 helm charts","archived":false,"fork":false,"pushed_at":"2023-07-07T12:18:18.000Z","size":1130,"stargazers_count":18,"open_issues_count":6,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-06T05:08:22.550Z","etag":null,"topics":["chart","helm","kubernetes","rancher","rancher2","tiller","yeoman","yo"],"latest_commit_sha":null,"homepage":"https://codejam.ninja","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clayrisser.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-13T01:02:57.000Z","updated_at":"2024-08-21T12:30:00.000Z","dependencies_parsed_at":"2024-06-21T15:43:51.711Z","dependency_job_id":null,"html_url":"https://github.com/clayrisser/generator-helm-chart","commit_stats":null,"previous_names":["codejamninja/generator-helm-chart","codejamninja/generator-rancher2-helm-chart"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clayrisser%2Fgenerator-helm-chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clayrisser%2Fgenerator-helm-chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clayrisser%2Fgenerator-helm-chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clayrisser%2Fgenerator-helm-chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clayrisser","download_url":"https://codeload.github.com/clayrisser/generator-helm-chart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252749840,"owners_count":21798605,"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":["chart","helm","kubernetes","rancher","rancher2","tiller","yeoman","yo"],"created_at":"2024-10-03T13:41:22.264Z","updated_at":"2025-05-06T18:49:11.966Z","avatar_url":"https://github.com/clayrisser.png","language":"JavaScript","funding_links":["https://liberapay.com/codejamninja/donate"],"categories":[],"sub_categories":[],"readme":"# generator-helm-chart\n\n[![GitHub stars](https://img.shields.io/github/stars/codejamninja/generator-helm-chart.svg?style=social\u0026label=Stars)](https://github.com/codejamninja/generator-helm-chart)\n\n\u003e yeoman generator rancher 2 helm charts\n\n![](assets/generator-helm-chart.png)\n\nPlease ★ this repo if you found it useful ★ ★ ★\n\n## Features\n\n- Supports helm\n- Supports rancher 2\n\n## Installation\n\n```sh\nnpm install -g generator-helm-chart\n```\n\n## Dependencies\n\n- [NodeJS](https://nodejs.org)\n- [Yeoman](http://yeoman.io)\n\n## Usage\n\n### Create a New Helm Chart\n\n```sh\nyo helm-chart\n```\n\nBelow is an example of what you might enter to build an nginx rancher2 helm chart.\n\n```sh\n? Project Name: generator-helm-chart\n? Project Description: yeoman generator rancher 2 helm charts\n? Version: 0.1.0\n? License: MIT\n? Author Name: Jam Risser\n? Author Email: jam@codejam.ninja\n? GitHub Username: codejamninja\n? Author URL: https://codejamninja.com\n? Repository: https://github.com/codejamninja/generator-helm-chart\n? Homepage: https://github.com/codejamninja/generator-helm-chart\n? Keyword: nginx\n? Keyword: server\n? Keyword:\n? Icon: https://nginx.org/nginx.png\n? Workload Name: nginx\n? Workload Image: nginx:latest\n? Workload Port: 80\n? Workload Public: Yes\n? Workload Name:\n? Config Key: hello\n? Config Secret: No\n? Config Type: string\n? Config Default Value: world\n? Config Label: hello\n? Config Required: No\n? Config Key: shhhh\n? Config Secret: Yes\n? Config Type: password\n? Config Default Value: i-am-a-secret\n? Config Description: shhhh\n? Config Required: Yes\n? Config Key:\n   create Chart.yaml\n   create OWNERS\n   create README.md\n   create app-readme.md\n   create questions.yaml\n   create values.yaml\n   create templates/NOTES.txt\n   create templates/_helpers.tpl\n   create templates/pvc.yaml\n   create templates/configmap.yaml\n   create templates/secret.yaml\n   create templates/deployments/nginx.yaml\n   create templates/services/nginx.yaml\n   create templates/ingresses/nginx.yaml\nDone in 179.02s.\n```\n\n### Add Workload to Existing Helm Chart\n\n```sh\nyo helm-chart:workload\n```\n\n### Add Config to Existing Helm Chart\n\n```sh\nyo helm-chart:config\n```\n\n## Support\n\nSubmit an [issue](https://github.com/codejamninja/generator-helm-chart/issues/new)\n\n## Screenshots\n\n[Contribute](https://github.com/codejamninja/generator-helm-chart/blob/master/CONTRIBUTING.md) a screenshot\n\n## Contributing\n\nReview the [guidelines for contributing](https://github.com/codejamninja/generator-helm-chart/blob/master/CONTRIBUTING.md)\n\n## License\n\n[MIT License](https://github.com/codejamninja/generator-helm-chart/blob/master/LICENSE)\n\n[Jam Risser](https://codejam.ninja) © 2018\n\n## Changelog\n\nReview the [changelog](https://github.com/codejamninja/generator-helm-chart/blob/master/CHANGELOG.md)\n\n## Credits\n\n- [Jam Risser](https://codejam.ninja) - Author\n\n## Support on Liberapay\n\nA ridiculous amount of coffee ☕ ☕ ☕ was consumed in the process of building this project.\n\n[Add some fuel](https://liberapay.com/codejamninja/donate) if you'd like to keep me going!\n\n[![Liberapay receiving](https://img.shields.io/liberapay/receives/codejamninja.svg?style=flat-square)](https://liberapay.com/codejamninja/donate)\n[![Liberapay patrons](https://img.shields.io/liberapay/patrons/codejamninja.svg?style=flat-square)](https://liberapay.com/codejamninja/donate)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclayrisser%2Fgenerator-helm-chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclayrisser%2Fgenerator-helm-chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclayrisser%2Fgenerator-helm-chart/lists"}