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
I have a service deployment being managed by Argo Image Updater. I've set it to alphabetical and using the following regex - regexp:-prod$. Up until this week it had been working fine, but it will not update past the image tag 1.0.90. Even though newer containers of the service are correctly being published and tagged in the container registry. This is only an issue for ONE service (other services that use this exact same method, are all working correctly). If I switch the image promotion to newest-build it will detect the latest and deploy - but I obviously don't want this for production.
To Reproduce
Image promotion set to alphabetical and using a regex of regexp:-prod$
Expected behavior
When a new container is tagged *-prod, it should be deployed.
Version
Latest
Logs
time="2024-11-26T21:46:39Z" level=debug msg="Considering this image for update" alias=frontend application=prod image_name=ecr.registry/frontend image_tag=1.0.90-prod registry=xxxxxxxxxxx.dkr.ecr.eu-west-1.amazonaws.com │
│ time="2024-11-26T21:46:39Z" level=debug msg="Using no version constraint when looking for a new tag" alias=frontend application=prod image_name=ecr.registry/frontend image_tag=1.0.90-prod registry=xxxxxxxxxx.dkr.ecr.eu-west-1.amazonaws.com
│
│ time="2024-11-26T21:46:39Z" level=debug msg="found 7 from 7 tags eligible for consideration" image="xxxxxxxxxx.dkr.ecr.eu-west-1.amazonaws.com/ecr.registry/frontend:1.0.90-prod" │
│ time="2024-11-26T21:46:39Z" level=debug msg="target parameters: image-spec=images.frontend image-name=, image-tag=" application=prod image=xxxxxxxxxxx.dkr.ecr.eu-west-1.amazonaws.com/ecr.registry/frontend │
│ time="2024-11-26T21:46:39Z" level=debug msg="Image 'xxxxxxxxxxxxx.dkr.ecr.eu-west-1.amazonaws.com/ecr.registry/frontend:1.0.90-prod' already on latest allowed version" alias=frontend application=prod image_name=ecr.registry/frontend image_tag=1.0.90-prod registry=xxxxxxxxxx.dkr.ecr.eu-west-1.amazonaws.com
The text was updated successfully, but these errors were encountered:
chengfang
changed the title
Argo Image Updater stopped deploying images
Argo Image Updater using alphabetical strategy stopped deploying images specified as regexp
Dec 3, 2024
Describe the bug
I have a service deployment being managed by Argo Image Updater. I've set it to alphabetical and using the following regex - regexp:-prod$. Up until this week it had been working fine, but it will not update past the image tag 1.0.90. Even though newer containers of the service are correctly being published and tagged in the container registry. This is only an issue for ONE service (other services that use this exact same method, are all working correctly). If I switch the image promotion to newest-build it will detect the latest and deploy - but I obviously don't want this for production.
To Reproduce
Image promotion set to alphabetical and using a regex of regexp:-prod$
Expected behavior
When a new container is tagged *-prod, it should be deployed.
Version
Latest
Logs
time="2024-11-26T21:46:39Z" level=debug msg="Considering this image for update" alias=frontend application=prod image_name=ecr.registry/frontend image_tag=1.0.90-prod registry=xxxxxxxxxxx.dkr.ecr.eu-west-1.amazonaws.com │
│ time="2024-11-26T21:46:39Z" level=debug msg="Using no version constraint when looking for a new tag" alias=frontend application=prod image_name=ecr.registry/frontend image_tag=1.0.90-prod registry=xxxxxxxxxx.dkr.ecr.eu-west-1.amazonaws.com
│
│ time="2024-11-26T21:46:39Z" level=debug msg="found 7 from 7 tags eligible for consideration" image="xxxxxxxxxx.dkr.ecr.eu-west-1.amazonaws.com/ecr.registry/frontend:1.0.90-prod" │
│ time="2024-11-26T21:46:39Z" level=debug msg="target parameters: image-spec=images.frontend image-name=, image-tag=" application=prod image=xxxxxxxxxxx.dkr.ecr.eu-west-1.amazonaws.com/ecr.registry/frontend │
│ time="2024-11-26T21:46:39Z" level=debug msg="Image 'xxxxxxxxxxxxx.dkr.ecr.eu-west-1.amazonaws.com/ecr.registry/frontend:1.0.90-prod' already on latest allowed version" alias=frontend application=prod image_name=ecr.registry/frontend image_tag=1.0.90-prod registry=xxxxxxxxxx.dkr.ecr.eu-west-1.amazonaws.com
The text was updated successfully, but these errors were encountered: