Skip to content

Commit 7550484

Browse files
authored
Pin crd-scaling-operator to v0.0.1 (#233)
1 parent f34f655 commit 7550484

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/deploy-operator-crd-scaling.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ SCRIPT_DIR="$(dirname "$0")"
55
# shellcheck disable=SC1091 # Not following.
66
source "$SCRIPT_DIR"/init-env.sh
77
CRD_SCALING_URL=https://github.com/test-network-function/crd-operator-scaling.git
8+
CRD_SCALING_TAG=v0.0.1
89
rm -rf crd-operator-scaling
9-
git clone $CRD_SCALING_URL
10+
git clone $CRD_SCALING_URL -b $CRD_SCALING_TAG || exit 1
1011
## install the operator
1112
cd crd-operator-scaling || exit 1
1213
## install the crd

0 commit comments

Comments
 (0)