From 85e7e54ec4f93354a70051e1129506e30d07aeff Mon Sep 17 00:00:00 2001 From: Justin Schuhmann Date: Thu, 11 Feb 2021 17:29:08 -0500 Subject: [PATCH] bug(halyard): fix docker image utilized for OSS (#78) --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 8a08cec..b7f4f48 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -87,7 +87,7 @@ done if [[ ${OPEN_SOURCE} -eq 1 ]]; then printf "Using OSS Spinnaker" - HALYARD_IMAGE="gcr.io/spinnaker-marketplace/halyard:stable" + HALYARD_IMAGE="us-docker.pkg.dev/spinnaker-community/docker/halyard:stable" else printf "Using Armory Spinnaker" # This is defined in functions.sh