File tree Expand file tree Collapse file tree 6 files changed +1
-108
lines changed Expand file tree Collapse file tree 6 files changed +1
-108
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ install:
2121 ./scripts/deploy-community-operator.sh
2222 ./scripts/manage-service.sh deploy
2323 ./scripts/deploy-network-policies.sh
24- ./scripts/deploy-operator-crd-scaling.sh
2524 ./scripts/delete-standard-storageclass.sh
2625 ./scripts/deploy-cr-scale-operator.sh
2726
@@ -158,9 +157,6 @@ deploy-services:
158157delete-services :
159158 ./scripts/manage-service.sh delete
160159
161- deploy-test-crd-scaling-operator :
162- ./scripts/deploy-operator-crd-scaling.sh
163-
164160deploy-cr-scale-operator :
165161 ./scripts/deploy-cr-scale-operator.sh
166162
Original file line number Diff line number Diff line change @@ -17,5 +17,4 @@ source "$SCRIPT_DIR"/init-env.sh
1717./" $SCRIPT_DIR " /delete-limit-range.sh
1818./" $SCRIPT_DIR " /delete-resource-quota.sh
1919./" $SCRIPT_DIR " /delete-pod-disruption-budget.sh
20- ./" $SCRIPT_DIR " /delete-operator-crd-scaling.sh
2120./" $SCRIPT_DIR " /delete-cr-scale-operator.sh
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ export \
2020 OPERATOR_IMAGE_FULL_NAME=$REGISTRY$DIRECTORY$OPERATOR_IMAGE \
2121 SECRET_NAME=foo-cert-sec
2222
23- export CRD_SCALING_URL=https://github.com/test-network-function/crd-operator-scaling.git
24- export CRD_SCALING_TAG=v0.0.14
25-
2623export COLLECTOR_URL=https://github.com/test-network-function/collector-deployment.git
2724# export COLLECTOR_TAG=v0.0.1 # Re-enable this when the version is released
2825
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ IMAGES_TO_PRELOAD=(
1515 " $COMMUNITY_OPERATOR_IMAGEREPO " /" $COMMUNITY_OPERATOR_BASE " :" $COMMUNITY_OPERATOR_IMAGEVERSION "
1616 quay.io/testnetworkfunction/cnf-test-partner:latest
1717 quay.io/testnetworkfunction/debug-partner:latest
18- quay.io/testnetworkfunction/crd-operator-scaling: " ${CRD_SCALING_TAG} "
18+ quay.io/testnetworkfunction/cr-scale-operator:latest
1919 gcr.io/distroless/static:nonroot
2020 quay.io/calico/node:v3.26.1
2121 quay.io/testnetworkfunction/nginx-operator-bundle:v0.0.1
You can’t perform that action at this time.
0 commit comments