Skip to content

Commit 494e70e

Browse files
authored
docs: Warning about latest update strategy with Docker Hub (#129)
Signed-off-by: jannfis <[email protected]>
1 parent 40c2237 commit 494e70e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/configuration/images.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,15 @@ argocd-image-updater.argoproj.io/<image_name>.update-strategy: <strategy>
116116
If no update strategy is given, or an invalid value was used, the default
117117
strategy `semver` will be used.
118118

119+
!!!warning
120+
As of November 2020, Docker Hub has introduced pull limits for accounts on
121+
the free plan and unauthenticated requests. The `latest` update strategy
122+
will perform manifest pulls for determining the most recently pushed tags,
123+
and these will count into your pull limits. So unless you are not affected
124+
by these pull limits, it is **not recommended** to use the `latest` update
125+
strategy with images hosted on Docker Hub.
126+
127+
119128
## Filtering tags
120129

121130
You can specify an expression that is matched against each tag returned from

0 commit comments

Comments
 (0)