{"id":20874764,"url":"https://github.com/thepaulmacca/helm-starter-oci","last_synced_at":"2025-08-02T12:11:34.626Z","repository":{"id":262535568,"uuid":"886672587","full_name":"thepaulmacca/helm-starter-oci","owner":"thepaulmacca","description":"A Helm plugin to manage starter charts hosted in an OCI-based registry","archived":false,"fork":false,"pushed_at":"2024-11-13T00:31:02.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T16:15:23.291Z","etag":null,"topics":["helm","helm-plugin"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/thepaulmacca.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":"2024-11-11T11:57:30.000Z","updated_at":"2024-11-13T00:31:20.000Z","dependencies_parsed_at":"2024-11-13T00:38:47.350Z","dependency_job_id":null,"html_url":"https://github.com/thepaulmacca/helm-starter-oci","commit_stats":null,"previous_names":["thepaulmacca/helm-starter-oci"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thepaulmacca/helm-starter-oci","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepaulmacca%2Fhelm-starter-oci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepaulmacca%2Fhelm-starter-oci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepaulmacca%2Fhelm-starter-oci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepaulmacca%2Fhelm-starter-oci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thepaulmacca","download_url":"https://codeload.github.com/thepaulmacca/helm-starter-oci/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepaulmacca%2Fhelm-starter-oci/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268385922,"owners_count":24242105,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"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":["helm","helm-plugin"],"created_at":"2024-11-18T06:36:45.027Z","updated_at":"2025-08-02T12:11:34.605Z","avatar_url":"https://github.com/thepaulmacca.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helm Starter OCI Plugin\n\n`helm-starter-oci` is a Helm plugin that allows you to manage starter charts hosted in an OCI-based registry. You can pull and update charts to simplify creating charts with common configurations, and also delete charts locally if required.\n\n## Install\n\n```bash\nhelm plugin install https://github.com/thepaulmacca/helm-starter-oci\n```\n\n## Commands\n\n\u003e [!IMPORTANT]\n\u003e For the `pull` and `update` commands, a `--version` must be specified.\n\n### pull\n\nPulls a starter chart from an OCI registry and saves it to your local Helm starters directory (`$(helm env HELM_DATA_HOME)/starters`). This chart can then be used with `helm create`. For example:\n\n```bash\n# pull chart\nhelm starter-oci pull oci://ghcr.io/thepaulmacca/charts/deployment --version 0.1.0\n\n# create chart\nhelm create demo --starter deployment\n```\n\n### update\n\nUpdates a starter chart to the specified version from the OCI registry if it already exists locally. Useful for ensuring that your starter charts are up-to-date. For example:\n\n```bash\nhelm starter-oci update oci://ghcr.io/thepaulmacca/charts/deployment --version 0.2.0\n```\n\n### list\n\nList all locally stored starter charts.\n\n```bash\nhelm starter-oci list\n```\n\n### delete\n\nDeletes a locally stored starter chart. For example:\n\n```bash\nhelm starter-oci delete deployment\n```\n\n### help\n\nDisplays the help message with usage information for each command.\n\n```bash\nhelm starter-oci help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthepaulmacca%2Fhelm-starter-oci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthepaulmacca%2Fhelm-starter-oci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthepaulmacca%2Fhelm-starter-oci/lists"}