Open MinaMohammadi opened 11 months ago
Hi Team, Do we have any update on this we are facing the same issue.
Did you configure write-back-target
properly? For ex,
argocd-image-updater.argoproj.io/write-back-method: git:secret:argocd/xxx
argocd-image-updater.argoproj.io/write-back-target: helmvalues:/apps/workflows/staging/values.yaml
See docs https://argocd-image-updater.readthedocs.io/en/stable/basics/update-methods/#git-write-back-target
yes it is working in few apps but not working with other apps and all the config are same just the change in docker image but it worked now Solution: We changed image name and container name in the deployment.yaml file so it started updating this also I cleaned up redis cache as well. but I am still not sure why it was not picking older image name
What is my probem?
Greetings,
I'm currently facing an issue with my setup. I've installed Argo CD version
v2.9.1
along with Helm Chart version5.51.4
on my cluster. Additionally, I've installed Argo CD Image Updater versionv0.12.2
with Helm Chart version0.9.1
to manage the deployment of new program versions. My configuration in Argo CD Image Updater employs theargocd method
for staging and thegit-write-back method
for production.Application
This is my Application config file:
While the first method(argocd method) operates smoothly, I've encountered an issue with the second method(git-write-back method) where the program doesn't reflect any changes in the Argo CD UI. After thorough investigation, I reviewed the logs of all containers, and there were no apparent errors or problems.
Argo CD Image Updater Logs
Furthermore, I've noted that there might be additional insights in the Argo CD Image Updater logs during the notice and redeployment of the new version of my app.
As you can see through the above logs, the Argo CD Image Updater appears to be working fine with no problems.
Argo CD UI
Additionally, in the photo below, you will notice that even in the Argo CD UI, the changes are displayed, indicating that the version of the program has transitioned from 0.4.2 to 0.4.3. However, despite this UI indication, the program is not deployed to the next version.
I would appreciate it if you could investigate and follow up on this problem.