{"id":51187015,"url":"https://github.com/rockops/rockvalues","last_synced_at":"2026-06-27T11:04:07.940Z","repository":{"id":306907116,"uuid":"1026437775","full_name":"rockops/rockvalues","owner":"rockops","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-14T07:12:53.000Z","size":13090,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-14T09:15:54.216Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/rockops.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-25T22:26:08.000Z","updated_at":"2025-11-14T07:12:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"7cf00cd6-7260-451e-8a40-9efdbf74dedc","html_url":"https://github.com/rockops/rockvalues","commit_stats":null,"previous_names":["rockops/rockvalues"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/rockops/rockvalues","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockops%2Frockvalues","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockops%2Frockvalues/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockops%2Frockvalues/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockops%2Frockvalues/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rockops","download_url":"https://codeload.github.com/rockops/rockvalues/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockops%2Frockvalues/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34850589,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2026-06-27T11:04:07.238Z","updated_at":"2026-06-27T11:04:07.935Z","avatar_url":"https://github.com/rockops.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rock Values :guitar:\n\nHelm plugin to fetch resources from a helm chart\n\nSupports the following syntax :\n\n## Get a resource from the chart beeing installed\n\n- chart://path/to/file.yaml =\u003e gets the file path/to/file.yaml in the chart being installed\n\n#### Example\n\n```\nhelm install myservice -f chart://values-dev.yaml myrepo/my-chart --version 1.0.2\n```\n\ngets the file \"values-dev.yaml\" from the current chart, myrepo/my-chart in version 1.0.2\n\n### Dependency management\n\nIf the chart being installed has dependencies, the plugin will automatically create an aggregated values file.\n\n#### Example \n\n- Suppose we are installing a chart \"chart1\", with a file \"values-dev.yaml\"\n- The chart1 has a dependency called \"chart2\"\n- The chart \"chart2\" has also a file \"values-dev.yaml\"\n\nWhen you install chart1 with the option -f chart://values-dev.yaml, the plugin will return a values file as the following:\n\n```\n\u003ccontent of values-dev.yaml of chart1\u003e\n\nchart2:\n  \u003ccontent of values-dev.yaml of chart2\u003e\n```\n\n## Get a resource from another chart\n\n- chart://path/to/file.yaml@repo/chartname[:version] =\u003e gets the file path/to/file.yaml from the chart chartname\n  - \"chart\" is a chart pulled from the helm repo \"repo\"\n  - \"version\" is the version to pull (optional)\n\n### Example\n\n```\nhelm install myservice -f chart://values-dev.yaml@config/common-conf:1.0.0 myrepo/my-chart --version 1.0.2\n```\n\ngets the file \"values-dev.yaml\" from the chart myrepo/my-chart in version 1.0.0\n\n`Note`: in this case, the chart \"athena/common-conf\" is NOT installed. It is just pulled to extract the config file.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frockops%2Frockvalues","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frockops%2Frockvalues","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frockops%2Frockvalues/lists"}