通过 GitHub Pages 托管的 Helm chart 仓库
Helm chart repository hosted via GitHub Pages
# 添加仓库
helm repo add myrepo https://aishu-technology.github.io/helm-repo/
# 更新仓库索引
helm repo update
# 搜索可用的 charts
helm search repo myrepo
# 安装 chart
helm install demo myrepo/<chart-name> --version <x.y.z># Add repository
helm repo add myrepo https://aishu-technology.github.io/helm-repo/
# Update repository index
helm repo update
# Search available charts
helm search repo myrepo
# Install chart
helm install demo myrepo/<chart-name> --version <x.y.z>此仓库包含预打包的 Helm charts,可直接用于 Kubernetes 部署。
This repository contains pre-packaged Helm charts ready for Kubernetes deployment.
查看 index.yaml 获取完整的 charts 列表和版本信息。
View index.yaml for the complete list of charts and version information.