Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/install/strategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
considered for update.