Skip to content

Commit 51f45f2

Browse files
jaideepr97mcfearsome
authored andcommitted
feat: Rename confusing update strategies (argoproj-labs#456)
* rename strategies * update docs
1 parent fb783ee commit 51f45f2

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

argocd-image-updater

72.2 MB
Binary file not shown.

docs/basics/update-strategies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The following update strategies are currently supported:
1616
* [semver](#strategy-semver) - Update to the latest version of an image
1717
considering semantic versioning constraints
1818
* [latest/newest-build](#strategy-latest) - Update to the most recently built image found in a registry
19+
* [latest/newest-build](#strategy-latest) - Update to the most recently built image found in a registry
1920
* [digest](#strategy-digest) - Update to the latest version of a given version (tag), using the tag's SHA digest
2021
* [name/alphabetical](#strategy-name) - Sorts tags alphabetically and update to the one with the highest cardinality
2122

0 commit comments

Comments
 (0)