File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
deploy/olm-catalog/smart-gateway-operator Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-20.04
8
8
steps :
9
9
- name : Checkout code
10
- uses : actions/checkout@v3
10
+ uses : actions/checkout@v4.1.3
11
11
12
12
- name : Install Ansible
13
13
run : python -m pip install 'ansible <= 2.9'
27
27
28
28
steps :
29
29
- name : Checkout code
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4.1.3
31
31
32
32
- name : Verify image builds
33
33
run : docker build --tag infrawatch/smart-gateway-operator:latest --file build/Dockerfile .
40
40
41
41
steps :
42
42
- name : Checkout code
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4.1.3
44
44
45
45
- name : Get operator-sdk image 0.19.4
46
46
run : curl --output operator-sdk -JL https://github.com/operator-framework/operator-sdk/releases/download/$RELEASE_VERSION/operator-sdk-$RELEASE_VERSION-x86_64-linux-gnu
68
68
69
69
steps :
70
70
- name : Checkout code
71
- uses : actions/checkout@v3
71
+ uses : actions/checkout@v4.1.3
72
72
73
73
# prepare environment to buld the bundle
74
74
- name : Get operator-sdk image 0.19.4
@@ -104,7 +104,7 @@ jobs:
104
104
run : operator-sdk-$RELEASE_VERSION bundle validate --verbose /tmp/bundle
105
105
106
106
- name : Create KinD cluster to execute scorecard tests
107
- uses : helm/kind-action@v1.4 .0
107
+ uses : helm/kind-action@v1.10 .0
108
108
109
109
# perform scorecard checks against a KinD cluster
110
110
- name : Check scorecord validation
Original file line number Diff line number Diff line change 1
- FROM quay.io/openshift/origin-ansible-operator:4.12
1
+ FROM quay.io/openshift/origin-ansible-operator:4.14
2
2
3
3
# temporarily switch to root user to adjust image layers
4
4
USER 0
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
13
13
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v0.19.4
14
14
LABEL operators.operatorframework.io.metrics.project_layout=ansible
15
15
LABEL com.redhat.delivery.operator.bundle=true
16
- LABEL com.redhat.openshift.versions="v4.12 -v4.14 "
16
+ LABEL com.redhat.openshift.versions="v4.14 -v4.16 "
17
17
LABEL com.redhat.delivery.backport=false
18
18
19
19
LABEL com.redhat.component="smart-gateway-operator-bundle-container" \
Original file line number Diff line number Diff line change 1
1
properties :
2
2
- type : olm.maxOpenShiftVersion
3
- value : " 4.14 "
3
+ value : " 4.16 "
You can’t perform that action at this time.
0 commit comments