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
If, for whatever reason ArgoCD image-updater takes a long time to start, the probes fail, and the deployment will end up in a restart-loop.
Related helm chart
argocd-image-updater
Describe the solution you'd like
For some setups starting the argocd image updater takes a bit longer. For these cases it would be useful to be able to configure a startup probe.
This could be optional, as to be backwards compatible.
Describe alternatives you've considered
increase or make other probe settings customizable