Move our main image references to the VMware Harbor registry.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer
2020-12-17 17:51:09 -06:00
parent 81eb0735d1
commit e0b94f4780
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ if ! tilt_mode; then
fi
fi
registry="docker.io"
registry="pinniped.local"
repo="test/build"
registry_repo="$registry/$repo"
tag=$(uuidgen) # always a new tag to force K8s to reload the image on redeploy