From e080351866688b04d1320983d810ef9700c3d0f2 Mon Sep 17 00:00:00 2001 From: Randal Kamradt Date: Thu, 23 Jul 2020 08:41:05 -0700 Subject: [PATCH] use v1 in config.json --- create-configmap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-configmap b/create-configmap index 2a0f4fa..f4216cb 100755 --- a/create-configmap +++ b/create-configmap @@ -9,7 +9,7 @@ metadata: data: config.json: "\ {\"auths\": \ - {\"https://index.docker.io/v2/\": \ + {\"https://index.docker.io/v1/\": \ {\"auth\": \"$CREDS\"\ }\ }\