File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 8585 - name : Start the k8s cluster
8686 uses : ./.github/actions/start-k8s-cluster
8787
88- - name : Setup tmate session
89- uses : mxschmitt/action-tmate@v3
90-
9188 - name : Create `local-test-infra` OpenShift resources
9289 uses : ./.github/actions/create-local-test-infra-resources
9390
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ pushd "${CHECKOUT_FOLDER}" || exit 1
2727# # Deploy operator using container matching the checkout version ($CRD_SCALING_TAG).
2828log_info " Deploying operator with container image version ${CRD_SCALING_TAG} "
2929
30+ make install
31+
3032make deploy IMG=quay.io/testnetworkfunction/crd-operator-scaling:" ${CRD_SCALING_TAG} "
3133oc wait deployment new-pro-controller-manager -n " $TNF_EXAMPLE_CNF_NAMESPACE " --for=condition=available --timeout=240s
3234
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export \
1919 SECRET_NAME=foo-cert-sec
2020
2121export CRD_SCALING_URL=https://github.com/test-network-function/crd-operator-scaling.git
22- export CRD_SCALING_TAG=v0.0.6
22+ export CRD_SCALING_TAG=v0.0.8
2323
2424export COLLECTOR_URL=https://github.com/test-network-function/collector-deployment.git
2525# export COLLECTOR_TAG=v0.0.1 # Re-enable this when the version is released
You can’t perform that action at this time.
0 commit comments