Skip to content

Commit

Permalink
Bump scorecard version to 1.17.0 to align with operator-sdk version (#…
Browse files Browse the repository at this point in the history
…741)

* Bump scorecard version to 1.17.0 to align with operator-sdk version

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>

* Fix

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
  • Loading branch information
pavolloffay authored Feb 25, 2022
1 parent 4dfffb8 commit 6fd447e
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions bundle/tests/scorecard/config.yaml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ stages:
- entrypoint:
- scorecard-test
- basic-check-spec
image: quay.io/operator-framework/scorecard-test:v1.13.1
image: quay.io/operator-framework/scorecard-test:v1.17.0
labels:
suite: basic
test: basic-check-spec-test
@@ -18,7 +18,7 @@ stages:
- entrypoint:
- scorecard-test
- olm-bundle-validation
image: quay.io/operator-framework/scorecard-test:v1.13.1
image: quay.io/operator-framework/scorecard-test:v1.17.0
labels:
suite: olm
test: olm-bundle-validation-test
@@ -28,7 +28,7 @@ stages:
- entrypoint:
- scorecard-test
- olm-crds-have-validation
image: quay.io/operator-framework/scorecard-test:v1.13.1
image: quay.io/operator-framework/scorecard-test:v1.17.0
labels:
suite: olm
test: olm-crds-have-validation-test
@@ -38,7 +38,7 @@ stages:
- entrypoint:
- scorecard-test
- olm-crds-have-resources
image: quay.io/operator-framework/scorecard-test:v1.13.1
image: quay.io/operator-framework/scorecard-test:v1.17.0
labels:
suite: olm
test: olm-crds-have-resources-test
2 changes: 1 addition & 1 deletion config/scorecard/patches/basic.config.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
entrypoint:
- scorecard-test
- basic-check-spec
image: quay.io/operator-framework/scorecard-test:v1.13.1
image: quay.io/operator-framework/scorecard-test:v1.17.0
labels:
suite: basic
test: basic-check-spec-test
6 changes: 3 additions & 3 deletions config/scorecard/patches/olm.config.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
entrypoint:
- scorecard-test
- olm-bundle-validation
image: quay.io/operator-framework/scorecard-test:v1.13.1
image: quay.io/operator-framework/scorecard-test:v1.17.0
labels:
suite: olm
test: olm-bundle-validation-test
@@ -14,7 +14,7 @@
entrypoint:
- scorecard-test
- olm-crds-have-validation
image: quay.io/operator-framework/scorecard-test:v1.13.1
image: quay.io/operator-framework/scorecard-test:v1.17.0
labels:
suite: olm
test: olm-crds-have-validation-test
@@ -24,7 +24,7 @@
entrypoint:
- scorecard-test
- olm-crds-have-resources
image: quay.io/operator-framework/scorecard-test:v1.13.1
image: quay.io/operator-framework/scorecard-test:v1.17.0
labels:
suite: olm
test: olm-crds-have-resources-test

0 comments on commit 6fd447e

Please sign in to comment.