summaryrefslogtreecommitdiff
path: root/docs/basics
diff options
context:
space:
mode:
authorKevin Johnson <kj800x@gmail.com>2025-01-09 17:10:59 -0500
committerGitHub <noreply@github.com>2025-01-09 17:10:59 -0500
commitaacdc59cdbb7303f0fb37ce5317d67b4b42a592c (patch)
tree3ff0749cbaa5457370435ae8491aa5b43c8d8842 /docs/basics
parent941e36933e0c4379a709467c0019edf5b285c627 (diff)
docs: correct formatting issues (#983)
Signed-off-by: Kevin Johnson <kj800x@gmail.com>
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.