Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suggest helm v3.13.1+ in the quickstart #1021

Closed
krancour opened this issue Oct 24, 2023 · 0 comments · Fixed by #1022
Closed

suggest helm v3.13.1+ in the quickstart #1021

krancour opened this issue Oct 24, 2023 · 0 comments · Fixed by #1022

Comments

@krancour
Copy link
Member

krancour commented Oct 24, 2023

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+

Ref: helm/helm#12424

Thanks to @34fathombelow for helping to uncover this.

@krancour krancour added this to the v0.2.0 milestone Oct 24, 2023
@krancour krancour self-assigned this Oct 24, 2023
@krancour krancour removed good first issue Good issue for a new contributor to handle hacktoberfest labels Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant