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
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:
Ensure Helm is installed and supports OCI (e.g., Helm version >= 3.8.0).
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:
Ensure Helm is installed and supports OCI (e.g., Helm version >= 3.8.0).
Run the following command:
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:
Desktop (please complete the following information):
Additional context
ghcr.io
to avoid conflicts.helm show values oci://ghcr.io/apollographql/helm-charts/router
and received the same error.ghcr.io
was verified and works as expected viacurl
.The text was updated successfully, but these errors were encountered: