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
Describe the bug
We use AKS with "integrated" ACR, we pull images without the need of pull secrets. But argocd-image-updater cannot get image tags.
time="2025-02-05T12:50:41Z" level=error msg="Could not get tags from registry: Get \"https://myregistry.azurecr.io/v2/my-app/frontend/tags/list\": unauthorized: authentication required, visit https://aka.ms/acr/authorization for more information. CorrelationId: 9ec03127-1ad8-467b-8af4-749e6cf53fa6" alias=frontend application=my-app image_name=my-app/frontend image_tag=latest registry=myregistry.azurecr.io
we get the same error for the second image backend
Expected behavior
I would expect that argocd-image-updater would be able to find the newest image and update the tags
Additional context
The only way of working was to enable Admin user in ACR and use its credentials in secret. This is not desired solution/workaround, we need to have the admin user disabled.
Version
argocd-image-updater v0.15.2+abc0072
Logs
Please paste any relevant logs here
The text was updated successfully, but these errors were encountered:
I already tried the solution with the script but still get the same error as mentioned above. Maybe I am setting wrongly the client-id in the ServiceAccount patch?! There I used the same id that I assigned the AcrPull role. But still not sure if the issue is the same as the user tried to use secret
Describe the bug
We use AKS with "integrated" ACR, we pull images without the need of pull secrets. But argocd-image-updater cannot get image tags.
we get the same error for the second image
backend
To Reproduce
Create Application:
Expected behavior
I would expect that argocd-image-updater would be able to find the newest image and update the tags
Additional context
The only way of working was to enable Admin user in ACR and use its credentials in secret. This is not desired solution/workaround, we need to have the admin user disabled.
Version
argocd-image-updater v0.15.2+abc0072
Logs
Please paste any relevant logs here
The text was updated successfully, but these errors were encountered: