-
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
ArgoCD Image Updater not updating tags in ApplicationSet #861
Comments
Did you try setting |
@chengfang I am using bitbucket username and app password This is the path where my ApplicationSet resides in repo. This YAML needs to be modified by AIU Currently using a bitbucket secret username:app password
|
@chengfang Please help me here. |
argocd-image-updater does not update the helm chart version (targetRevision) in your application. It updates the image name and tag used by your applications, as listed in the |
@chengfang are you saying that updater will not update my ApplicationSet yaml in repo ? |
image updater will not update your applicationset yaml itself. By default it adds override parameters to the file However, from last few lines in the above logs, the image is already up to date, so there will be no update needed. |
@chengfang As per the logs the image is up to date. But you can see that the latest image in ACR = 0.1.0-rm-gnr1225.1-673 |
from the logs, there seems exist a |
@chengfang Cant find any such annotation in my AppSet yaml
|
In your argocd-image-updater-repo-cm configmap, you have You may want to try other update strategies if they fit your workflow. The latest strategy requires fetching metadata of all image tags and the quality of these metadata may have influence here. |
ApplicationSet not updating new image tags from azure container registry
Expected behavior
targetRevision to be updated with new tag from Azure container registry in Bitbucket repo ApplicationSet YAML
The current tag in ACR is : 0.1.0-rm-gnr1225.1-669
The current tag in repo YAML file is : 1668
The current tag used by argocd app : 0.1.0-GNR-1225.1-662
Version
(argocd: v2.9.18+151ee6a)
Logs
Logs attached
Uploading argocd-image-updater.log…
: Logs of AIU pod
The text was updated successfully, but these errors were encountered: