想直接修改已添加的 helm 仓库 地址,不想采用删除再重新添加的方式,因为有好几个 repo 的地址需要修改
通过 helm env 命令找到了对应的配置文件
# helm env
HELM_REPOSITORY_CONFIG="/root/.config/helm/repositories.yaml"
在这个配置文件中修改就行了,比如
- caFile: ""
certFile: ""
insecure_skip_tls_verify: false
keyFile: ""
name: ollama-helm
pass_credentials_all: false
password: ""
url: https://otwld.github.io/ollama-helm/
username: