From 99d15ac4ffe401c20dc285b56523bb9c4c40d513 Mon Sep 17 00:00:00 2001 From: Leonid Baranov Date: Mon, 22 Jan 2024 16:38:40 -0800 Subject: [PATCH] Add africa-south1-docker.pkg.dev AR registry --- config/const.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/const.go b/config/const.go index de695ca2..f5c9ea98 100644 --- a/config/const.go +++ b/config/const.go @@ -69,6 +69,7 @@ var DefaultGCRRegistries = [...]string{ // Registry. If the --include-artifact-registry flag is supplied then these // are added in addition to the GCR Registries. var DefaultARRegistries = [...]string{ + "africa-south1-docker.pkg.dev", "asia-docker.pkg.dev", "asia-east1-docker.pkg.dev", "asia-east2-docker.pkg.dev",