Skip to content

Commit 9216617

Browse files
authored
Delete old cr-scale-operator implementation scripts (#348)
* Delete old cr-scale-operator scripts * Fix tag for cr-scale-operator * Delete more references
1 parent fdff389 commit 9216617

File tree

6 files changed

+1
-108
lines changed

6 files changed

+1
-108
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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:
158157
delete-services:
159158
./scripts/manage-service.sh delete
160159

161-
deploy-test-crd-scaling-operator:
162-
./scripts/deploy-operator-crd-scaling.sh
163-
164160
deploy-cr-scale-operator:
165161
./scripts/deploy-cr-scale-operator.sh
166162

scripts/clean.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

scripts/delete-operator-crd-scaling.sh

Lines changed: 0 additions & 26 deletions
This file was deleted.

scripts/deploy-operator-crd-scaling.sh

Lines changed: 0 additions & 73 deletions
This file was deleted.

scripts/init-env.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
2623
export 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

scripts/preload-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)