You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently upgraded the Argo CD Image Updater (from an old fork off of v0.13) and found a regression where Kustomize patches were broken and Argo CD was trying to synchronize the image defined in the original deployment manifest.
My suspicion is that the way the image is now written to the kustomize patch is not compatible with Argo CD (or at least the version that we're running which is 2.8).
This is the change that we noticed in the image tag. It now seems to include the immutable tag as well as the digest.
the kustomize issue you mentioned above was fixed in kustomize v5.4.0. I think more recent versions of argo-cd should already have this fixed version or later. In the current argo-cd master branch, the kustomize version is 5.4.3:
the kustomize issue you mentioned above was fixed in kustomize v5.4.0. I think more recent versions of argo-cd should already have this fixed version or later. In the current argo-cd master branch, the kustomize version is 5.4.3:
Describe the bug
We recently upgraded the Argo CD Image Updater (from an old fork off of v0.13) and found a regression where Kustomize patches were broken and Argo CD was trying to synchronize the image defined in the original deployment manifest.
My suspicion is that the way the image is now written to the kustomize patch is not compatible with Argo CD (or at least the version that we're running which is 2.8).
This is the change that we noticed in the image tag. It now seems to include the immutable tag as well as the digest.
git diff
Additional context
We are using Argo CD Server v2.8.0
We are using the instructions listed here: https://argocd-image-updater.readthedocs.io/en/release-0.15/configuration/images/#tracking-an-images-latest-tag
The text was updated successfully, but these errors were encountered: