Skip to content

Commit e9fa125

Browse files
authored
update the release version of the crd scaling (#297)
* update the release version of the crd scaling * add make install * change the release * remove the tmux
1 parent 0568924 commit e9fa125

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/pre-main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ jobs:
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

scripts/deploy-operator-crd-scaling.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ pushd "${CHECKOUT_FOLDER}" || exit 1
2727
## Deploy operator using container matching the checkout version ($CRD_SCALING_TAG).
2828
log_info "Deploying operator with container image version ${CRD_SCALING_TAG}"
2929

30+
make install
31+
3032
make deploy IMG=quay.io/testnetworkfunction/crd-operator-scaling:"${CRD_SCALING_TAG}"
3133
oc wait deployment new-pro-controller-manager -n "$TNF_EXAMPLE_CNF_NAMESPACE" --for=condition=available --timeout=240s
3234

scripts/init-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export \
1919
SECRET_NAME=foo-cert-sec
2020

2121
export 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

2424
export 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

0 commit comments

Comments
 (0)