Skip to content

Commit 5cf2d9e

Browse files
authored
docs: Fix the wrong flag for the argocd-image-updater (#448)
1 parent a0cf1e3 commit 5cf2d9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ line option, e.g. the following demonstrates no available images for the given
4747
platform:
4848

4949
```shell
50-
$ argocd-image-updater test gcr.io/heptio-images/ks-guestbook-demo --platform darwin/amd64 --update-strategy latest
50+
$ argocd-image-updater test gcr.io/heptio-images/ks-guestbook-demo --platforms darwin/amd64 --update-strategy latest
5151
DEBU[0000] Creating in-cluster Kubernetes client
5252
INFO[0000] retrieving information about image image_alias= image_name=gcr.io/heptio-images/ks-guestbook-demo registry_url=gcr.io
5353
DEBU[0000] setting rate limit to 20 requests per second prefix=gcr.io registry="https://gcr.io"
@@ -64,7 +64,7 @@ INFO[0001] no newer version of image found application=test image_
6464
While setting the `platforms` to include `linux/amd64`, yields the following:
6565

6666
```shell
67-
$ argocd-image-updater test gcr.io/heptio-images/ks-guestbook-demo --platform linux/amd64 --update-strategy latest
67+
$ argocd-image-updater test gcr.io/heptio-images/ks-guestbook-demo --platforms linux/amd64 --update-strategy latest
6868
DEBU[0000] Creating in-cluster Kubernetes client
6969
INFO[0000] retrieving information about image image_alias= image_name=gcr.io/heptio-images/ks-guestbook-demo registry_url=gcr.io
7070
DEBU[0000] setting rate limit to 20 requests per second prefix=gcr.io registry="https://gcr.io"

0 commit comments

Comments
 (0)