diff options
| author | Joe Bowbeer <joe.bowbeer@gmail.com> | 2022-03-12 01:48:35 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-12 10:48:35 +0100 |
| commit | 664b105366f253643d55855caec5e3ad151cc73c (patch) | |
| tree | 8b78529defb840654e663734b0e2f158f295b039 /docs/index.md | |
| parent | b1aadd94d5a97f160f426b41f54e21ab42267924 (diff) | |
docs: Add digest update strategy (#389)
* docs: Add digest update strategy
* docs: Add digest update strategy
* docs: Add digest update strategy
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md index 0aa7f79..e48da53 100644 --- a/docs/index.md +++ b/docs/index.md @@ -49,6 +49,7 @@ RBAC authorization on Application resources etc. are fully supported. constraint, * `latest`: update to the most recently created image tag, * `name`: update to the last tag in an alphabetically sorted list + * `digest`: update to the most recent pushed version of a mutable tag * Default support for public images on widely used container registries: * Docker Hub (docker.io) * Google Container Registry (gcr.io) @@ -92,4 +93,4 @@ discuss something, feel free to * open an issue on our GitHub issue tracker or * join us in the `#argo-cd-image-updater` channel on the - [CNCF slack](https://argoproj.github.io/community/join-slack/)
\ No newline at end of file + [CNCF slack](https://argoproj.github.io/community/join-slack/) |
