Skip to content

Commit

Permalink
docs: correct formatting issues (#983)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Johnson <[email protected]>
  • Loading branch information
kj800x authored Jan 9, 2025
1 parent 941e369 commit aacdc59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/basics/update-strategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
8 changes: 4 additions & 4 deletions docs/install/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aacdc59

Please sign in to comment.