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
Describe the bug
ArgoCDExport export fails to backup Argo CD when the image is built using v2.13.x artifacts. build/util/Dockerfile uses upstream Argo CD image for argocd-cli to back up Argo CD instances. However, with latest version, few things have changed which result into back up failure.
To Reproduce
Steps to reproduce the behavior:
Update build/util/Dockerfile to point to latest Argo CD image
Build & push util image UTIL_IMG=quay.io/<your-user>/argocd-operator-util:test make util-build util-push
Reference new util image in ArgoCDDefaultExportJobImage & ArgoCDDefaultExportJobVersion in common/defaults.go file.
Describe the bug
ArgoCDExport export fails to backup Argo CD when the image is built using v2.13.x artifacts.
build/util/Dockerfile
uses upstream Argo CD image for argocd-cli to back up Argo CD instances. However, with latest version, few things have changed which result into back up failure.To Reproduce
Steps to reproduce the behavior:
build/util/Dockerfile
to point to latest Argo CD imageUTIL_IMG=quay.io/<your-user>/argocd-operator-util:test make util-build util-push
ArgoCDDefaultExportJobImage
&ArgoCDDefaultExportJobVersion
incommon/defaults.go
file.make install run
Expected behavior
The backup should happen without any failures.
Additional context
For now, to unblock the release, Argo CD version in pinned to v2.12.3 in
argocd-operator-util
image.The text was updated successfully, but these errors were encountered: