例如:
➜ helm repo add karpenter oci://public.ecr.aws/karpenter/karpenter
Error: looks like "oci://public.ecr.aws/karpenter/karpenter" is not a valid chart repository or cannot be reached: object required
因为 karpenter 的 https://charts.karpenter.sh 只有旧版本
我希望能够搜索存储库并查看值
即
helm show values karpenter/karpenter
遇到同样的问题。 阅读 https://helm.sh/docs/topics/registries/ 对我有帮助。 据我了解,它可以在没有
helm repo add
的情况下工作。
你可以试试
helm show values oci://public.ecr.aws/karpenter/karpenter