summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoratarax <atarax.huracan@gmail.com>2022-01-06 14:05:40 +0100
committerGitHub <noreply@github.com>2022-01-06 14:05:40 +0100
commit8664d1445f0c879d7dbe90e83461e7e0d09171cf (patch)
tree267231a219e7ec30d18854320af11096649ba518 /docs
parent3d0ece35b98656de306845d2f6909adcf9f798d1 (diff)
docs: The docs for update-strategies were missing one word (#332)
Co-authored-by: cite <cite@animals.atarax.me>
Diffstat (limited to 'docs')
-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.