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

[chart/redis-ha][BUG] can't pull oci helm chart with helm pull - 401 unauthorized #318

Open
mardonner opened this issue Feb 18, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mardonner
Copy link

Describe the bug

Cant' pull oci helm chart for redis-ha with helm pull - getting a 401 unauthorized

To Reproduce
Steps to reproduce the behavior:

helm pull oci://ghcr.io/dandydeveloper/charts/redis-ha
Error: GET "https://ghcr.io/v2/dandydeveloper/charts/redis-ha/tags/list": GET "https://ghcr.io/token?scope=repository%3Adandydeveloper%2Fcharts%2Fredis-ha%3Apull&service=ghcr.io": unexpected status code 401: unauthorized: authentication required

Expected behavior
Expected successful pull like with the helm oci chart for external-secrets

helm pull oci://ghcr.io/external-secrets/charts/external-secrets:0.14.2
Pulled: ghcr.io/external-secrets/charts/external-secrets:0.14.2
Digest: sha256:39d173fdec69178d4f72912a0e6bf0ef573523378e8e710f1aca4efcd050690a

Additional context
As per #303 I thought it'd be possible to download the oci helm chart. However, it seems like the gchr.io repo is not set to public.

@mardonner mardonner added the bug Something isn't working label Feb 18, 2025
@mardonner mardonner changed the title [chart/redis-ha][BUG] can't pull oci helm chart with helm pull [chart/redis-ha][BUG] can't pull oci helm chart with helm pull - 401 unauthorized Feb 19, 2025
@DandyDeveloper
Copy link
Owner

@mardonner I'll take a look at this tomorrow. I haven't really made any considerations for OCI, so the registry is probably neither live nor public.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants