From 440f517d39412d5565573204d7bdb9d7c39bb0da Mon Sep 17 00:00:00 2001 From: David Elie-Dit-Cosaque Date: Wed, 15 May 2024 13:56:20 -0500 Subject: [PATCH] fix git repo --- scripts/deploy-cr-scale-operator.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/deploy-cr-scale-operator.sh b/scripts/deploy-cr-scale-operator.sh index 3aa3f50d..79db68b3 100755 --- a/scripts/deploy-cr-scale-operator.sh +++ b/scripts/deploy-cr-scale-operator.sh @@ -9,9 +9,9 @@ source "$SCRIPT_DIR"/init-env.sh source "$SCRIPT_DIR"/logging.sh # Variables for deployment -CR_SCALE_OPERATOR_GIT_REPO="git@github.com:edcdavid/cr-scale-operator.git" -TAG="add-arm64" -IMG="quay.io/testnetworkfunction/cr-scale-operator:v0.0.2" +CR_SCALE_OPERATOR_GIT_REPO="https://github.com/test-network-function/cr-scale-operator.git" +TAG="main" +IMG="quay.io/testnetworkfunction/cr-scale-operator:latest" CR_SCALE_OPERATOR_DIR=cr-scale-operator # Clone the repo.