diff options
| author | Rick <1450685+LinuxSuRen@users.noreply.github.com> | 2022-07-20 18:55:41 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-20 12:55:41 +0200 |
| commit | 5cf2d9ec210fce18612c70b5b40ab6e993195e1d (patch) | |
| tree | 81be13163c9db9254f37a844a38c88320112d764 /docs | |
| parent | a0cf1e3e8e5a4986bc5169fe819f2161042634a0 (diff) | |
docs: Fix the wrong flag for the argocd-image-updater (#448)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/install/testing.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install/testing.md b/docs/install/testing.md index fb2df4b..a9e024a 100644 --- a/docs/install/testing.md +++ b/docs/install/testing.md @@ -47,7 +47,7 @@ line option, e.g. the following demonstrates no available images for the given platform: ```shell -$ argocd-image-updater test gcr.io/heptio-images/ks-guestbook-demo --platform darwin/amd64 --update-strategy latest +$ argocd-image-updater test gcr.io/heptio-images/ks-guestbook-demo --platforms darwin/amd64 --update-strategy latest DEBU[0000] Creating in-cluster Kubernetes client INFO[0000] retrieving information about image image_alias= image_name=gcr.io/heptio-images/ks-guestbook-demo registry_url=gcr.io 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_ While setting the `platforms` to include `linux/amd64`, yields the following: ```shell -$ argocd-image-updater test gcr.io/heptio-images/ks-guestbook-demo --platform linux/amd64 --update-strategy latest +$ argocd-image-updater test gcr.io/heptio-images/ks-guestbook-demo --platforms linux/amd64 --update-strategy latest DEBU[0000] Creating in-cluster Kubernetes client INFO[0000] retrieving information about image image_alias= image_name=gcr.io/heptio-images/ks-guestbook-demo registry_url=gcr.io DEBU[0000] setting rate limit to 20 requests per second prefix=gcr.io registry="https://gcr.io" |
