Skip to content

Commit 0568924

Browse files
authored
Update crd-operator-scaling to v0.0.6 (#291)
1 parent a87afd1 commit 0568924

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/pre-main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ 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+
8891
- name: Create `local-test-infra` OpenShift resources
8992
uses: ./.github/actions/create-local-test-infra-resources
9093

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.4
22+
export CRD_SCALING_TAG=v0.0.6
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)