--- notion-id: 6cd8c660-5694-43e0-be1d-a5a54e69c0b3 --- [https://helm.sh/zh/](https://helm.sh/zh/) ![[Notion/技术支持/Kubernetes/attachments/Untitled 2.png]] ![[Notion/技术支持/Kubernetes/attachments/Untitled 3.png]] ![[Notion/技术支持/Kubernetes/attachments/Untitled 4.png]] ## 动态渲染参数 ![[Notion/技术支持/Kubernetes/attachments/Untitled 5.png]] ```shell #添加微软参考 helm repo add stable http://mirror.azure.cn/kubernetes/charts #添加阿里云仓库 helm repo add aliyun https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts #更新仓库 helm repo update #删除仓库 helm repo remove #搜索 helm search repo 名称 #根据搜索内容选择安装 helm install #自己创建chart helm create ```