diff options
| author | jannfis <jann@mistrust.net> | 2020-12-06 12:03:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-06 12:03:58 +0100 |
| commit | 494e70ee8633ce42dfa2b6099932d7448bd64a51 (patch) | |
| tree | 991851ed126bb3ddaff402742c6d64ef0674e5a0 /docs/configuration | |
| parent | 40c223773bd54cd8ac77479271b62e1e6b736dd6 (diff) | |
docs: Warning about latest update strategy with Docker Hub (#129)
Signed-off-by: jannfis <jann@mistrust.net>
Diffstat (limited to 'docs/configuration')
| -rw-r--r-- | docs/configuration/images.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/configuration/images.md b/docs/configuration/images.md index ee23a28..62b0b82 100644 --- a/docs/configuration/images.md +++ b/docs/configuration/images.md @@ -116,6 +116,15 @@ argocd-image-updater.argoproj.io/<image_name>.update-strategy: <strategy> If no update strategy is given, or an invalid value was used, the default strategy `semver` will be used. +!!!warning + As of November 2020, Docker Hub has introduced pull limits for accounts on + the free plan and unauthenticated requests. The `latest` update strategy + will perform manifest pulls for determining the most recently pushed tags, + and these will count into your pull limits. So unless you are not affected + by these pull limits, it is **not recommended** to use the `latest` update + strategy with images hosted on Docker Hub. + + ## Filtering tags You can specify an expression that is matched against each tag returned from |
