diff options
| author | Kevin Johnson <kj800x@gmail.com> | 2025-01-09 17:10:59 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-09 17:10:59 -0500 |
| commit | aacdc59cdbb7303f0fb37ce5317d67b4b42a592c (patch) | |
| tree | 3ff0749cbaa5457370435ae8491aa5b43c8d8842 /docs | |
| parent | 941e36933e0c4379a709467c0019edf5b285c627 (diff) | |
docs: correct formatting issues (#983)
Signed-off-by: Kevin Johnson <kj800x@gmail.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/basics/update-strategies.md | 2 | ||||
| -rw-r--r-- | docs/install/installation.md | 8 |
2 files changed, 5 insertions, 5 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. diff --git a/docs/install/installation.md b/docs/install/installation.md index 36fe5c9..65c6d74 100644 --- a/docs/install/installation.md +++ b/docs/install/installation.md @@ -29,8 +29,8 @@ kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argoc ``` !!! warning - The installation manifests include `ClusterRoleBinding` resources that reference `argocd` namespace. If you are installing Argo CD into a different -namespace then make sure to update the namespace reference. + The installation manifests include `ClusterRoleBinding` resources that reference `argocd` namespace. If you are installing Argo CD into a different + namespace then make sure to update the namespace reference. !!!note "A word on high availability" It is not advised to run multiple replicas of the same Argo CD Image Updater @@ -75,8 +75,8 @@ kubectl apply -n argocd-image-updater -f https://raw.githubusercontent.com/argop ``` !!! warning - The installation manifests include `ClusterRoleBinding` resources that reference `argocd` namespace. If you are installing Argo CD into a different -namespace then make sure to update the namespace reference. + The installation manifests include `ClusterRoleBinding` resources that reference `argocd` namespace. If you are installing Argo CD into a different + namespace then make sure to update the namespace reference. !!!note "A word on high availability" It is not advised to run multiple replicas of the same Argo CD Image Updater |
