Skip to content

Commit

Permalink
bug(halyard): fix docker image utilized for OSS (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
EasyAsABC123 committed Feb 11, 2021
1 parent fbc9608 commit 85e7e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Expand Up @@ -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
Expand Down

0 comments on commit 85e7e54

Please sign in to comment.