Replies: 1 comment 3 replies
-
I'm experiencing this issue as well, did you get it resolved? I've tried using 0.9.2 as well and the issue occurs for that also |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am facing an issue with trying to deploy ARC in K8s. I previously did a POC where I deployed ARC from the CLI to the K8s cluster as described in the Quickstart guide:
This worked well. However, I need to do the actual deployment from ArgoCD. I have created a simple yaml like this:
It seems ArgoCD is having trouble pulling the chart from OCI, because it returns this error:
I have tried many variations of this yaml, but cannot get it pull the chart.
For reference, I can pull the helm chart in my local if I run
helm pull oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller --version 0.9.3 --destination /tmp
, but I can't seem to get ArgoCD to do the same.Beta Was this translation helpful? Give feedback.
All reactions