Dan Shepard
Dan Shepard
Definitely need this on my team.
Hi @filiprafaj - I'm trying to make this work in my environments (thank you so much btw for this work around). If you don't mind, are you using an app-of-apps...
@filiprafaj - thank you SO MUCH. Just one final question and I think you've given me the keys to my kingdom: The image updater HAS to be installed in the...
Oh I'm cheering for this.
Hi @burnb - I really appreciate your work on this. I tried this out this morning and unfortunately still ran into the error `Could not update application spec: could not...
Hi @burnb - Here you go (and thanks for responding): ``` metadata: name: daily-worship-test namespace: argo annotations: argocd-image-updater.argoproj.io/image-list: .dkr.ecr.us-east-1.amazonaws.com/daily-worship argocd-image-updater.argoproj.io/helm.image-name: .dkr.ecr.us-east-1.amazonaws.com/daily-worship argocd-image-updater.argoproj.io/helm.image-tag: develop-v0.20.0-33 argocd-image-updater.argoproj.io/allow-tags: regexp:develop-v.* argocd-image-updater.argoproj.io/update-strategy: newest-build argocd-image-updater.argoproj.io/pull-secret: ext:/scripts/ecr-login.sh argocd-image-updater.argoproj.io/git-repository:...
So I did the things correctly, but it's still not updating the application: ``` level=debug msg="found 32 from 32 tags eligible for consideration" image=".dkr.ecr.us-east-1.amazonaws.com/daily-worship:develop-v0.20.0-33" level=info msg="Setting new image to .dkr.ecr.us-east-1.amazonaws.com/daily-worship:develop-v0.21.0-181"...
Thanks so much for responding: I did these things: > in your case annotation should be > > ``` > annotations: > argocd-image-updater.argoproj.io/image-list: .dkr.ecr.us-east-1.amazonaws.com/daily-worship > argocd-image-updater.argoproj.io/daily-worship.helm.image-name: image.name > argocd-image-updater.argoproj.io/daily-worship.helm.image-tag: image.tag...
You literally made me cry with relief. Thank you so much for all your hard work. This needs to get adopted. This makes it work.
Has any movement happened with this?