From 69afb7a9c36e1aa98835d5832ec119f48340408f Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 6 May 2022 18:31:03 +0200 Subject: [PATCH] update bootstrap url --- flux/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flux/bootstrap.sh b/flux/bootstrap.sh index b5d0502..9316f98 100755 --- a/flux/bootstrap.sh +++ b/flux/bootstrap.sh @@ -1,2 +1,2 @@ #!/bin/sh -flux bootstrap git --url=ssh://git@git.xirion.net:2222/0x76/infrastructure.git --branch=main --path=flux/cluster/base/ --ssh-key-algorithm=ed25519 --components-extra=image-reflector-controller,image-automation-controller +flux bootstrap git --url=ssh://gitea@git.0x76.dev:42/v/infrastructure.git --branch=main --path=flux/cluster/base/ --ssh-key-algorithm=ed25519 --components-extra=image-reflector-controller,image-automation-controller