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.