Images not updating despite successful write-back #1244
Replies: 1 comment 2 replies
-
The So the changes are successfully written to the git repo with the right image tag. Looks like argo-cd did not sync up the latest state in the git repo to the deployment. Not sure if it's because the change file .argocd-*.yaml was in a helm chart repo. Have you tried using multi-source argocd application, where source 1 is the public chart repo (referencing the values file in source 2), and source 2 contains the values file, and have image updater write updates to the values file in source 2? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I have been struggling to get Image Updater working all the way through for an Application.
This image is deployed through a chart that I created which wraps another official public chart. Therefore I have to specify the
argocd-image-updater.argoproj.io/lubelogger.helm.image-tag:
Here is the full manifest:
I also tried removing the
spec.source.helm.parameters
section above since I'm not sure if it takes precedence over the image updater file spec, but this didn't help.This successfully creates this file spec
.argocd-source-lubelogger.yaml
(at the root of the repo, instead of intemplates/
like the application manifests, if that matters):However nothing actually changes in the Application. I'm running
v1.5.1
and as that generated file states, it should have updated tov1.5.2
.Here is the log from the image updater:
anything I'm missing? TIA!
Beta Was this translation helpful? Give feedback.
All reactions