File tree 1 file changed +2
-2
lines changed
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:
32
32
* If Argo CD Image Updater considers an image from the list eligible for an
33
33
update check, it will connect the corresponding container registry to see
34
34
if there is a newer version of the image according to the
35
- [ update strategy] ( ../strategies/ )
35
+ [ update strategy] ( ../update- strategies/ )
36
36
and other constraints that may have been configured for the image (e.g.
37
37
a list of tags that are allowed to consider).
38
38
39
39
* If a newer version of an image was found, Argo CD Image Updater will try
40
40
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
42
42
never update your manifests, instead it re-configures your Application
43
43
sources to use the new image tag, and control is handed over to Argo CD.
44
44
You can’t perform that action at this time.
0 commit comments