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

Unable to Retrieve Credentials When Installing Apollo Router Helm Chart via OCI #6532

Open
light-speak opened this issue Jan 10, 2025 · 0 comments

Comments

@light-speak
Copy link

Describe the bug

When attempting to install the Apollo Router Helm chart using OCI, the command fails with an authentication-related error, even though the chart is publicly accessible.

To Reproduce

Steps to reproduce the behavior:

  1. Ensure Helm is installed and supports OCI (e.g., Helm version >= 3.8.0).

  2. Run the following command:

    helm upgrade --install -n koskos-staging router oci://ghcr.io/apollographql/helm-charts/router -f ./router-values.yaml
    
  3. Observe the error message.

Expected behavior

The Helm chart should install successfully without requiring credentials, as it is publicly available on GHCR.

Output

Error message:

Error: GET "https://ghcr.io/v2/apollographql/helm-charts/router/tags/list": unable to retrieve credentials

Desktop (please complete the following information):

  • OS: macOS 15.1.1 (24B91)
  • Helm Version: v3.16.2

Additional context

  • Docker was logged out from ghcr.io to avoid conflicts.
  • Tried helm show values oci://ghcr.io/apollographql/helm-charts/router and received the same error.
  • Network connectivity to ghcr.io was verified and works as expected via curl.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant