Skip to content

Commit c68192d

Browse files
kaessertcite
authored andcommitted
docs: The docs for update-strategies were missing one word (argoproj-labs#332)
Co-authored-by: cite <[email protected]>
1 parent 9e2a5b3 commit c68192d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install/strategies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ argocd-image-updater.argoproj.io/image-list: some/image:2.x-0
7676
If no version constraint is specified in the list of allowed images, Argo CD
7777
Image Updater will pick the highest version number found in the registry.
7878

79-
Argo CD Image Updater will any tags from your registry that do not match a
80-
semantic version when using the `semver` update strategy.
79+
Argo CD Image Updater will omit any tags from your registry that do not match
80+
a semantic version when using the `semver` update strategy.
8181

8282
## Update to the most recently built image
8383

@@ -202,4 +202,4 @@ argocd-image-updater.argoproj.io/myimage.allow-tags: regexp:^[0-9]{4}-[0-9]{2}[0
202202

203203
would only consider tags that match a given regular expression for update. In
204204
this case, only tags matching a date specification of `YYYY-MM-DD` would be
205-
considered for update.
205+
considered for update.

0 commit comments

Comments
 (0)