summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/install/strategies.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/install/strategies.md b/docs/install/strategies.md
index 525ef99..e9d8b67 100644
--- a/docs/install/strategies.md
+++ b/docs/install/strategies.md
@@ -76,8 +76,8 @@ argocd-image-updater.argoproj.io/image-list: some/image:2.x-0
If no version constraint is specified in the list of allowed images, Argo CD
Image Updater will pick the highest version number found in the registry.
-Argo CD Image Updater will any tags from your registry that do not match a
-semantic version when using the `semver` update strategy.
+Argo CD Image Updater will omit any tags from your registry that do not match
+a semantic version when using the `semver` update strategy.
## Update to the most recently built image
@@ -202,4 +202,4 @@ argocd-image-updater.argoproj.io/myimage.allow-tags: regexp:^[0-9]{4}-[0-9]{2}[0
would only consider tags that match a given regular expression for update. In
this case, only tags matching a date specification of `YYYY-MM-DD` would be
-considered for update. \ No newline at end of file
+considered for update.