File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ The workflow of Argo CD Image Updater can be described as follows:
3232* If Argo CD Image Updater considers an image from the list eligible for an
3333 update check, it will connect the corresponding container registry to see
3434 if there is a newer version of the image according to the
35- [ update strategy] ( ../strategies/ )
35+ [ update strategy] ( ../update- strategies/ )
3636 and other constraints that may have been configured for the image (e.g.
3737 a list of tags that are allowed to consider).
3838
3939* If a newer version of an image was found, Argo CD Image Updater will try
4040 to update the image according to the configured
41- [ update method] ( ../methods/ ) . Please note that Argo CD Image Updater will
41+ [ update method] ( ../update- methods/ ) . Please note that Argo CD Image Updater will
4242 never update your manifests, instead it re-configures your Application
4343 sources to use the new image tag, and control is handed over to Argo CD.
4444
You can’t perform that action at this time.
0 commit comments