Skip to content
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 to automatically pull image on outofsync without syncing? #20552

Open
UriZafrir opened this issue Oct 27, 2024 · 0 comments
Open

argocd to automatically pull image on outofsync without syncing? #20552

UriZafrir opened this issue Oct 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@UriZafrir
Copy link

Motivation

I have an argocd managing many edge computers, running two pods each.
They are connected via SIM to the internet, the connection is not fast, and is not always reliable.
There has been a feature request, that upon argocd application outofsync, argocd will automatically download the new image (latest), without syncing. This is so that the user will have an ability to approve the update and the app will instantly update, having a predownloaded image.
upon the approval, i can use an argo events to sync the application.
From what I know, argocd image updater doesn't have the option to only download the image without syncing, i've also raised an issue there.
argoproj-labs/argocd-image-updater#899

Proposal

Argocd to have the ability to automatically pull the new image when application goes outofsync without syncing it

@UriZafrir UriZafrir added the enhancement New feature or request label Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
@UriZafrir and others