You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helm v3.13.0 (specifically) has difficulty anonymously pulling charts from OCI registries.
It usually manifests as something like this:
failed to authorize: failed to fetch anonymous token: unexpected status
from GET request to https://auth.docker.io/token?scope=repository%3AXXX%2FYYY%3Apull&service=registry.docker.io:
401 Unauthorized
If you're logged into ghcr.io, the issue doesn't occur.
Rather than say "don't use v3.13.0," we should probably just suggest using v3.13.1+
Helm v3.13.0 (specifically) has difficulty anonymously pulling charts from OCI registries.
It usually manifests as something like this:
If you're logged into ghcr.io, the issue doesn't occur.
Rather than say "don't use v3.13.0," we should probably just suggest using v3.13.1+
Ref: helm/helm#12424
Thanks to @34fathombelow for helping to uncover this.
The text was updated successfully, but these errors were encountered: