Argo CD Repo-Server Fails to Pull ECR OCI Helm Chart with IRSA #23320
dmytro-freger-mesalvo
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Currently there is no direct IRSA support for pulling OCI Helm charts at this time - you'll need to work around it by using external-secrets or similar |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
Issue Summary
We are trying to configure Argo CD to pull private Helm OCI charts from AWS ECR using IRSA, but receive the following error from the argocd-repo-server:
I believe we have followed all the required steps to configure IRSA for Argo CD to pull private Helm OCI charts from AWS ECR. However, the authorization is still failing. Please review my configuration and let me know:
What might be missing or incorrectly configured?
If there are any unnecessary steps I’ve taken that can be removed or simplified?
If Argo CD requires any additional setup (e.g., helm registry login or sidecar injection) to support ECR authentication using IRSA?
If this setup is officially supported or recommended by Argo CD for ECR-based OCI Helm charts?
Thank you in advance for your help!!!
Beta Was this translation helpful? Give feedback.
All reactions