Skip to content

Commit

Permalink
fix git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
edcdavid committed May 15, 2024
1 parent b751d6e commit 440f517
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/deploy-cr-scale-operator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 440f517

Please sign in to comment.