{"id":18282218,"url":"https://github.com/technosophos/helm-template","last_synced_at":"2025-04-05T06:30:45.692Z","repository":{"id":66850756,"uuid":"77001254","full_name":"technosophos/helm-template","owner":"technosophos","description":"Helm plugin to add client-side 'helm template' command.","archived":false,"fork":false,"pushed_at":"2018-04-23T15:16:28.000Z","size":39,"stargazers_count":214,"open_issues_count":14,"forks_count":29,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-20T23:33:53.770Z","etag":null,"topics":["helm","helm-plugin","kubernetes"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/technosophos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2016-12-21T00:11:40.000Z","updated_at":"2024-03-29T01:23:32.000Z","dependencies_parsed_at":"2023-02-23T00:30:54.654Z","dependency_job_id":null,"html_url":"https://github.com/technosophos/helm-template","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technosophos%2Fhelm-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technosophos%2Fhelm-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technosophos%2Fhelm-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technosophos%2Fhelm-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technosophos","download_url":"https://codeload.github.com/technosophos/helm-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299766,"owners_count":20916183,"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","helm-plugin","kubernetes"],"created_at":"2024-11-05T13:04:37.939Z","updated_at":"2025-04-05T06:30:45.340Z","avatar_url":"https://github.com/technosophos.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"**If you are using a recent version of Helm, you do not need this anymore!**\n\n`helm template` is now a built-in part of Helm. Just run `helm template --help` with your existing Helm.\n\n----\n\n# Helm Template Plugin\n\nThis is a Helm plugin to help chart developers debug their charts. It works like\n`helm install --dry-run --debug`, except that it runs locally, has more output\noptions, and is quite a bit faster.\n\n\u003ca href=\"https://asciinema.org/a/8kuehzpx5xyl8cm3cairica8z\" target=\"_blank\"\u003e\u003cimg src=\"https://asciinema.org/a/8kuehzpx5xyl8cm3cairica8z.png\" width=\"589\"/\u003e\u003c/a\u003e\n\n## Usage\n\nRender chart templates locally and display the output.\n\nThis does not require Tiller. However, any values that would normally be\nlooked up or retrieved in-cluster will be faked locally. Additionally, none\nof the server-side testing of chart validity (e.g. whether an API is supported)\nis done.\n\n```\n$ helm template [flags] CHART\n```\n\n### Flags:\n\n```\n      --notes               show the computed NOTES.txt file as well.\n      --set string          set values on the command line. See 'helm install -h'\n  -f, --values valueFiles   specify one or more YAML files of values (default [])\n  -v, --verbose             show the computed YAML values as well.\n```\n\n\n## Install\n\n```\n$ helm plugin install https://github.com/technosophos/helm-template\n```\n\nThe above will fetch the latest binary release of `helm template` and install it.\n\n### Developer (From Source) Install\n\nIf you would like to handle the build yourself, instead of fetching a binary,\nthis is how recommend doing it.\n\nFirst, set up your environment:\n\n- You need to have [Go](http://golang.org) installed. Make sure to set `$GOPATH`\n- If you don't have [Glide](http://glide.sh) installed, this will install it into\n  `$GOPATH/bin` for you.\n\nClone this repo into your `$GOPATH`. You can use `go get -d github.com/technosophos/helm-template`\nfor that.\n\n```\n$ cd $GOPATH/src/github.com/technosophos/helm-template\n$ make bootstrap build\n$ SKIP_BIN_INSTALL=1 helm plugin install $GOPATH/src/github.com/technosophos/helm-template\n```\n\nThat last command will skip fetching the binary install and use the one you\nbuilt.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnosophos%2Fhelm-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnosophos%2Fhelm-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnosophos%2Fhelm-template/lists"}