{"id":28740976,"url":"https://github.com/aliyuncontainerservice/helm-acr","last_synced_at":"2025-08-09T16:08:48.150Z","repository":{"id":45637731,"uuid":"188976962","full_name":"AliyunContainerService/helm-acr","owner":"AliyunContainerService","description":"Alibaba Cloud's Helm plugin to push chart package to ChartMuseum.","archived":false,"fork":false,"pushed_at":"2021-12-03T11:27:06.000Z","size":703,"stargazers_count":22,"open_issues_count":4,"forks_count":13,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-07-31T04:07:12.552Z","etag":null,"topics":["alibaba","helm-charts","helm-plugin"],"latest_commit_sha":null,"homepage":"https://www.aliyun.com/product/acr","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/AliyunContainerService.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}},"created_at":"2019-05-28T07:27:56.000Z","updated_at":"2024-08-26T03:11:48.000Z","dependencies_parsed_at":"2022-08-30T16:50:12.854Z","dependency_job_id":null,"html_url":"https://github.com/AliyunContainerService/helm-acr","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/AliyunContainerService/helm-acr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliyunContainerService%2Fhelm-acr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliyunContainerService%2Fhelm-acr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliyunContainerService%2Fhelm-acr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliyunContainerService%2Fhelm-acr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AliyunContainerService","download_url":"https://codeload.github.com/AliyunContainerService/helm-acr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliyunContainerService%2Fhelm-acr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269599262,"owners_count":24444719,"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-09T02:00:10.424Z","response_time":111,"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":["alibaba","helm-charts","helm-plugin"],"created_at":"2025-06-16T07:09:44.944Z","updated_at":"2025-08-09T16:08:48.101Z","avatar_url":"https://github.com/AliyunContainerService.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# helm acr\n\n[![CircleCI](https://circleci.com/gh/AliyunContainerService/helm-acr.svg?style=svg)](https://circleci.com/gh/AliyunContainerService/helm-acr)\n[![Go Report Card](https://goreportcard.com/badge/github.com/AliyunContainerService/helm-acr)](https://goreportcard.com/report/github.com/AliyunContainerService/helm-acr)\n\nHelm plugin to push chart package to [ChartMuseum](https://github.com/helm/chartmuseum).\n\nThis project is forked from [chartmuseum/helm-push](https://github.com/chartmuseum/helm-push). \n\nSome modifications has been made to meet the security requirements on Alibaba Cloud:\n* the plugin is able to talk to auth server to gain a Bearer Token.\n* the plugin is able to use the Bearer Token to download/upload charts to Chartmuseum.\n* the plugin registers `acr`(short for Alibaba Cloud Container Registry) as protocol name in `plugin.yaml`.\n\n### Installation\n\n```bash\n# make sure you have git installed\nyum install -y git\n\n# install plugin\nhelm plugin install https://github.com/AliyunContainerService/helm-acr\n```\n\n### Usage\n\nBefore you use Alibaba Cloud Container Registry's hosted Helm charts service, you should:\n* purchase an ACR Enterprise Edition instance and activate its Helm charts service\n* have a Kubernetes cluster and have `helm init` done\n* make sure you have Internet access to GitHub to download plugin\n* create a Helm chart namespace in your ACR Enterprise Edition\n\n```bash\n# add namespace/repo to your local repository\n# please change username/password/namespace/repo/url below\nexport HELM_REPO_USERNAME=username; export HELM_REPO_PASSWORD=password;\nhelm repo add demo acr://hello-acr-helm.cn-hangzhou.cr.aliyuncs.com/foo/bar --username ${HELM_REPO_USERNAME} --password ${HELM_REPO_PASSWORD}\n\n# create an empty chart locally\nhelm create hello-acr\n\n# push the chart\nhelm cm-push hello-acr demo\n\n# delete local chart\nrm -r hello-acr\n\n# update charts index from remote\nhelm repo update\n\n# show all remote charts\nhelm search\n\n# fetch the chart we uploaded\nhelm fetch demo/hello-acr\n\n# delete local repository\nhelm repo remove demo\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliyuncontainerservice%2Fhelm-acr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faliyuncontainerservice%2Fhelm-acr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliyuncontainerservice%2Fhelm-acr/lists"}