Replies: 1 comment
-
UpdateI have created a work around, but I would still love to know why I can't do it directly via
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm trying to configure Argo CD Image Updater to check for new image updates every 6 hours instead of the default 2 minutes. Ideally, I'd prefer to achieve this using the command-line interface (CLI) rather than modifying the values.yaml file.
I've attempted various approaches to set the interval flag via helm install, but haven't been successful. Could someone provide guidance on how to handle this through the CLI?
What you see from the values.yaml file below, is what I am trying to do via CLI
https://github.com/argoproj/argo-helm/blob/main/charts/argocd-image-updater/values.yaml#L30-L31
Here are some of the options I've tried:
.. and many others.
The top one does seem to accept but checking the logs, I dont see the time being updated, its still every 2 mins.
Does anyone know how this should be done?
Beta Was this translation helpful? Give feedback.
All reactions