-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Working with Multi Source App #785
Comments
There have been a couple of changes and fixes since v0.12.0, can you please update to the latest version and see if your issue still persist? |
Hello, The application is of type "Kustomize". The same configuration with
where "application-test" is the application's name. Maybe this issue is related to #558 ? Best, PS:
|
having the same issue where multi source application created from set is not getting updated even though it says so in logs. |
I tested with latest image-updater in master, with argo-cd stable version, and multi-source apps seem to work fine. I tried both kustomized- and helm-based multi-source app in https://github.com/chengfang/image-updater-examples . If you still seem problems, can you share a reproducible app or steps? |
Hello @chengfang problem seems to be solved with latest version. I think our devops team did not have the latest version |
Describe the bug
When using a multi source helm application as described here https://argo-cd.readthedocs.io/en/stable/user-guide/multiple_sources/
The image updater does not seem to work. Changing the digest of my docker image is not detected for some reason.
To Reproduce
Use crane to retag your tag:
crane tag gitlab-registry.mycompany.net/my-project/backend:commit-sha dev
Expected behavior
The image updater should update the image if the digest changes
Additional context
Add any other context about the problem here.
Version
Image Updater version v0.12.0 and ArgoCD v2.9.5
The text was updated successfully, but these errors were encountered: