From 0875c8479625518ea198afb57aef27ac61ff24ee Mon Sep 17 00:00:00 2001 From: D4rk4 Date: Sun, 2 Aug 2020 01:08:39 +0200 Subject: [PATCH] fix --- contrib/firstboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)'