summaryrefslogtreecommitdiff
path: root/docs/basics
diff options
context:
space:
mode:
Diffstat (limited to 'docs/basics')
-rw-r--r--docs/basics/update-strategies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/basics/update-strategies.md b/docs/basics/update-strategies.md
index 9987cd5..d549c0d 100644
--- a/docs/basics/update-strategies.md
+++ b/docs/basics/update-strategies.md
@@ -19,7 +19,7 @@ The following update strategies are currently supported:
* [digest](#strategy-digest) - Update to the latest version of a given version (tag), using the tag's SHA digest
* [name/alphabetical](#strategy-name) - Sorts tags alphabetically and update to the one with the highest cardinality
-!!!warning "Renamed image update strategies
+!!!warning "Renamed image update strategies"
The `latest` strategy has been renamed to `newest-build`, and `name` strategy has been renamed to `alphabetical`.
Please switch to the new convention as support for the old naming convention will be removed in future releases.