Can't GET helm chart from oci, 403 Forbidden #3407
Replies: 1 comment 1 reply
-
Did you manage to resolve this? I'm unable to install this locally, through ArgoCD, unable to pull it as a Dockerfile, just a 403 constantly everywheere |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to do the quickstart and can't pull the helm chart from oci://ghcr.io/actions/actions-runner-controller-charts
Am I missing something super obvious?
Steps I take:
minkube start
helm install arc --namespace "test" --create-namespace oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller
Error I receive:
Error: INSTALLATION FAILED: GET "https://ghcr.io/v2/actions/actions-runner-controller-charts/gha-runner-scale-set-controller/tags/list": unable to retrieve credentials
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions