This page looks best with JavaScript enabled

Helm Mirror Sources in China

 ·  ☕ 1 min read

The official Helm repo https://charts.helm.sh/stable is unreachable from some machines in China, so you need to configure a mirror.

1. Official Repo

1
helm repo add stable https://charts.helm.sh/stable

2. Git Pages Mirror

1
helm repo add stable https://burdenbear.github.io/kube-charts-mirror/

See kube-charts-mirror for a reference on building a self-hosted, self-controlled mirror.

3. Aliyun Mirror

Not updated for a long time; versions are old

1
helm repo add stable  https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts/

4. Azure Mirror

No longer available, updated 2021.07.08.

1
2
helm repo add stable http://mirror.azure.cn/kubernetes/charts/
helm repo add incubator http://mirror.azure.cn/kubernetes/charts-incubator/

WeChat Official Account
WRITTEN BY
WeChat Official Account