-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
2.6 RC1 - 'URL parsing failed' error when opening application sourced from OCI registry (ECR) #11816
Comments
I'm also affected by this. I believe it was introduced in cd171bf will now try to figure it out |
+1 Running version:
Have either of you used a work around until this is fixed? Currently i have re-deployed v2.5.5 to get around it. |
@ejennings95, nope, had to roll back it as well. |
Re-opening this as reported by @RomanBats: #11819 (comment) the problem is now that on the git path (no exception raised) the variable is not visible outside the try except. |
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
* fix: parsed url is not exposed (argoproj#11816) Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com> * subtler fix, thanks @woehrl01 Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com> Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com> Signed-off-by: emirot <emirot.nolan@gmail.com>
* fix: parsed url is not exposed (argoproj#11816) Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com> * subtler fix, thanks @woehrl01 Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com> Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com> Signed-off-by: schakrad <chakradari.sindhu@gmail.com>
Describe the bug
I am using the latest nightly build (quay.io/argoproj/argocd@sha256:3e3890cd3614fff9d86db4facd99349cad0241fee7f974fefdd97fdca8c13ef2). Same happens with v2.6.0-rc1.
All my applications from the ECR OCI registry fail to open with an error "URL parsing failed".
It seems to me that it expects to have a protocol in the repoURL, because if I use - "repoURL: 1234567890.dkr.ecr.us-west-1.amazonaws.com" - the UI crashes. When I add "oci://" or "https://" - the UI works but, of course, the application is in an unknown state due to the "unsupported protocol scheme "oci"".
To Reproduce
Use OCI registry without protocol in the URI
Expected behavior
Either allow adding "oci://" prefix to the repoURL or support URLs without a protocol
Screenshots
Version
The text was updated successfully, but these errors were encountered: