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
Request for Assistance: ArgoCD Image Updater Not Updating Rollout Image
Dear [Team/Developers],
I am seeking help with an issue involving ArgoCD Image Updater during deployment. Although the logs indicate that the image tag was successfully updated, the changes are not being applied to the Rollout resource in Kubernetes. Below are the details of the problem and the current configuration.
Issue Description
The ArgoCD Image Updater logs show that the image tag was successfully updated from 10055 to 10059:
time="2025-02-09T15:06:31Z" level=info msg="Successfully updated image 'gitlab.sber.data1861.ru:5050/developers/frontend/frontend-landing-page/frontend-landing-page:10055' to 'gitlab.sber.data1861.ru:5050/developers/frontend/frontend-landing-page/frontend-landing-page:10059', but pending spec update (dry run=false)" alias=frontend-landing-page application=frontend-landing-page image_name=developers/frontend/frontend-landing-page/frontend-landing-page image_tag=10055 registry="gitlab.sber.data1861.ru:5050"
However, the new image tag (10059) is not reflected in the Rollout resource in the cluster. The changes remain in the "pending spec update" state, and the deployment does not proceed.
Observed Behavior
The Image Updater logs indicate that the update process succeeded, but the updated tag (10059) is not applied to the Rollout resource.
There are no errors in the logs, but the Rollout continues to use the old tag (10055).
Expected Behavior
The new image tag (10059) should be applied to the Rollout resource, and the deployment process should proceed automatically.
Questions
Are there any additional settings required in the ApplicationSet or Helm Chart to ensure the updated image tag is applied to the Rollout resource?
Could the issue be related to passing the image.tag parameter in the Helm Chart?
Are there any specific debugging steps or configurations that we should check to resolve this issue?
Request
Please review the provided configurations and logs to identify possible errors or missing steps.
If possible, share guidance or an example of a working configuration where the Image Updater successfully updates the Rollout resources.
Thank you in advance for your assistance. If additional data or logs are required for further analysis, please let me know.
The text was updated successfully, but these errors were encountered:
Request for Assistance: ArgoCD Image Updater Not Updating Rollout Image
Dear [Team/Developers],
I am seeking help with an issue involving ArgoCD Image Updater during deployment. Although the logs indicate that the image tag was successfully updated, the changes are not being applied to the Rollout resource in Kubernetes. Below are the details of the problem and the current configuration.
Issue Description
10055
to10059
:However, the new image tag (10059) is not reflected in the Rollout resource in the cluster. The changes remain in the "pending spec update" state, and the deployment does not proceed.
Observed Behavior
The Image Updater logs indicate that the update process succeeded, but the updated tag (10059) is not applied to the Rollout resource.
There are no errors in the logs, but the Rollout continues to use the old tag (10055).
Expected Behavior
The new image tag (10059) should be applied to the Rollout resource, and the deployment process should proceed automatically.
Questions
Are there any additional settings required in the ApplicationSet or Helm Chart to ensure the updated image tag is applied to the Rollout resource?
Could the issue be related to passing the image.tag parameter in the Helm Chart?
Are there any specific debugging steps or configurations that we should check to resolve this issue?
Request
Please review the provided configurations and logs to identify possible errors or missing steps.
If possible, share guidance or an example of a working configuration where the Image Updater successfully updates the Rollout resources.
Thank you in advance for your assistance. If additional data or logs are required for further analysis, please let me know.
The text was updated successfully, but these errors were encountered: