File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ argocd-image-updater.argoproj.io/image-list: some/image:2.x-0
7676If no version constraint is specified in the list of allowed images, Argo CD
7777Image 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
203203would only consider tags that match a given regular expression for update. In
204204this case, only tags matching a date specification of `YYYY-MM-DD` would be
205- considered for update.
205+ considered for update.
You can’t perform that action at this time.
0 commit comments