File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ line option, e.g. the following demonstrates no available images for the given
47
47
platform:
48
48
49
49
``` 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
51
51
DEBU[0000] Creating in-cluster Kubernetes client
52
52
INFO[0000] retrieving information about image image_alias= image_name=gcr.io/heptio-images/ks-guestbook-demo registry_url=gcr.io
53
53
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_
64
64
While setting the ` platforms ` to include ` linux/amd64 ` , yields the following:
65
65
66
66
``` 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
68
68
DEBU[0000] Creating in-cluster Kubernetes client
69
69
INFO[0000] retrieving information about image image_alias= image_name=gcr.io/heptio-images/ks-guestbook-demo registry_url=gcr.io
70
70
DEBU[0000] setting rate limit to 20 requests per second prefix=gcr.io registry=" https://gcr.io"
You can’t perform that action at this time.
0 commit comments