File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,15 @@ argocd-image-updater.argoproj.io/<image_name>.update-strategy: <strategy>
116116If no update strategy is given, or an invalid value was used, the default
117117strategy `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
121130You can specify an expression that is matched against each tag returned from
You can’t perform that action at this time.
0 commit comments