Suffered from slow downloading helm chart, I build this repo to speed it up
Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.
To install Helm, refer to the Helm install guide and ensure that the helm
binary is in the PATH
of your shell.
Once you have installed the Helm client, you can deploy a Helm Chart into a Kubernetes cluster.
Please refer to the Quick Start guide if you wish to get running in just a few commands, otherwise, the Using Helm Guide provides detailed instructions on how to use the Helm client to manage packages on your Kubernetes cluster.
Useful Helm Client Commands:
helm repo add ay-helm-mirror https://aaronyang0628.github.io/helm-chart-mirror/charts
helm repo update
# helm search repo ay-helm-mirror
# helm search repo nginx
helm pull --version 4.11.3 --repo https://aaronyang0628.github.io/helm-chart-mirror/charts ingress-nginx
# you might wanna unzip chart file
# tar -xvf ingress-nginx-4.11.3.tgz
helm upgrade --create-namespace -n <$namespace> --install -f ./values.yaml ingress-nginx ay-helm-mirror/ingress-nginx --version=4.11.3
5.46.7
, 7.8.14
helm upgrade --install -f https://raw.githubusercontent.com/AaronYang0628/helm-chart-mirror/refs/heads/main/charts/argo/argo.cd.values.yaml argo-cd ay-helm-mirror/argo-cd --version=X.XX.X
0.2.0
helm upgrade --install -f https://raw.githubusercontent.com/AaronYang0628/helm-chart-mirror/refs/heads/main/charts/argo/argo.cd.values.yaml argo-cd ay-helm-mirror/argo-cd --version=X.XX.X
0.0.5
helm upgrade --install -f https://raw.githubusercontent.com/AaronYang0628/helm-chart-mirror/refs/heads/main/charts/data-and-computing/data-warehouse.values.yaml argo-cd ay-helm-mirror/data-warehouse --version=0.0.5
1.11.0
helm upgrade --install argo-cd ay-helm-mirror/flink-kubernetes-operator --version=0.11.0
2.22.0
19.0.6
4.11.3
22.0.2
22.0.2
32.2.3
1.17.2
16.0.10
helm upgrade --install kafka ay-helm-mirror/kafka --version=X.XX.X
1.0.4
,1.0.5
,1.0.6
,1.0.7
,1.0.8
helm upgrade --install -f https://raw.githubusercontent.com/AaronYang0628/helm-chart-mirror/refs/heads/main/charts/slurm/slurm.values.yaml argo-cd ay-helm-mirror/slurm --version=1.0.7