{"id":17686389,"url":"https://github.com/shihyuho/helm-values","last_synced_at":"2025-03-12T17:32:48.620Z","repository":{"id":107517416,"uuid":"143409201","full_name":"shihyuho/helm-values","owner":"shihyuho","description":"Helm plugin to merge one or more YAML files of values","archived":true,"fork":false,"pushed_at":"2018-09-04T10:40:15.000Z","size":28,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T11:46:14.161Z","etag":null,"topics":["helm","helm-plugin","kubernetes","values"],"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/shihyuho.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}},"created_at":"2018-08-03T09:41:59.000Z","updated_at":"2024-01-09T09:48:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"9bedafe4-0017-49ad-addd-602354cd94d9","html_url":"https://github.com/shihyuho/helm-values","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihyuho%2Fhelm-values","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihyuho%2Fhelm-values/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihyuho%2Fhelm-values/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihyuho%2Fhelm-values/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shihyuho","download_url":"https://codeload.github.com/shihyuho/helm-values/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243262438,"owners_count":20263006,"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","values"],"created_at":"2024-10-24T10:44:45.661Z","updated_at":"2025-03-12T17:32:48.611Z","avatar_url":"https://github.com/shihyuho.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/shihyuho/helm-values.svg?branch=master)](https://travis-ci.org/shihyuho/helm-values)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/shihyuho/helm-values/blob/master/LICENSE)\n[![Build Status](https://github-basic-badges.herokuapp.com/release/shihyuho/helm-values.svg)](https://github.com/shihyuho/helm-values/releases)\n\n# Helm Values Plugin\n\n[Helm](https://github.com/helm/helm) doesn't support specify *value.yaml* when packaging chart archive. Therefore this plugin helps developers merge one or more YAML files of values for easily packaging different environments Helm Charts.\n\n[![asciicast](https://asciinema.org/a/195778.png)](https://asciinema.org/a/195778)\n\n## Install\n\nFetch the latest binary release of helm-values and install it:\n \n```sh\n$ helm plugin install https://github.com/shihyuho/helm-values\n```\n\n## Usage\n \n```sh\n$ helm values [flags] CHART\n```\n\n### Flags\n\n```sh\nFlags:\n      --backup-suffix string   suffix append to values.yaml if values.yaml already exist in output-dir (default \".bak\")\n  -h, --help                   help for helm\n  -o, --output-dir string      writes the merged values to files in output-dir instead of stdout\n  -f, --values valueFiles      specify values in a YAML file (can specify multiple) (default [])\n```\n\n## Example\n\nThe structure is like:\n\n```sh\n.\n├── mychart\n│   ├── .helmignore\n│   ├── Chart.yaml\n│   ├── charts\n│   ├── templates\n│   └── values.yaml\n└── myenv\n    ├── dev.yaml\n    ├── sit.yaml\n    └── uat.yaml\n```\n\nThe script for package different environments chart archive:\n\n```sh\n# Merge sit values.yaml\n$ helm values mychart --values myenv/sit.yaml --output-dir mychart\n\n# Package\n$ helm package mychart\n\n# Restore values.yaml\n$ mv mychart/values.yaml.bak mychart/values.yaml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshihyuho%2Fhelm-values","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshihyuho%2Fhelm-values","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshihyuho%2Fhelm-values/lists"}