For example:
➜ 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
as the karpenter's https://charts.karpenter.sh has only old versions
I want to be able to search for repo and see values
i.e.
helm show values karpenter/karpenter
Came across the same issue. Reading https://helm.sh/docs/topics/registries/ helped me. As far as I understand it works without
helm repo add.You could try: