目录

Helm推送Chart包,报错401 Unauthorized

问题原因

helm的bug导致的,在~/.config/helm/repositories.yaml找到对应的repo信息,然后将pass_credentials_all修改为true

如无次字段,加上pass_credentials_all: true就可以了

参考文档

helm v3.6.1 breaks compatibility with azure container registry · Issue #9857 · helm/helm

[helm 3.6.1: --pass-credentials required with urls: ‘charts/foobar-0.0.2.tgz’] · Issue #9868 · helm/helm