diff --git a/contrib/firstboot.sh b/contrib/firstboot.sh index 9e44bee..f0d2dff 100755 --- a/contrib/firstboot.sh +++ b/contrib/firstboot.sh @@ -51,7 +51,7 @@ InstallIngress () { InstallApp () { cd ${groot} export WERF_INSECURE_REGISTRY=true - export WERF_IMAGES_REPO='http://registry.k8s-demo.vm/gtd' + export WERF_IMAGES_REPO='http://registry.k8s-demo.ix.gs/gtd' werf build --stages-storage :local && \ werf publish --stages-storage :local --tag-git-branch master && \ werf deploy --env production --set 'DBPwd=$(kubectl get secret db-postgresql -o jsonpath="{.data.postgresql-password}" | base64 --decode)'