diff --git a/Makefile b/Makefile index 1c26a1a13..17995ebaf 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ ISTIOCTL="bin/istioctl" CERTMANAGER_VERSION ?= 1.6.1 CMCTL=$(shell pwd)/bin/cmctl # Operator SDK version to use -OPERATOR_SDK_VERSION ?= 1.22.0 +OPERATOR_SDK_VERSION ?= 1.22.2 # Use a KIND cluster for the E2E tests USE_KIND_CLUSTER ?= true # Is Jaeger Operator installed via OLM? diff --git a/bundle/tests/scorecard/config.yaml b/bundle/tests/scorecard/config.yaml index c6556d133..6fd884ae7 100644 --- a/bundle/tests/scorecard/config.yaml +++ b/bundle/tests/scorecard/config.yaml @@ -8,7 +8,7 @@ stages: - entrypoint: - scorecard-test - basic-check-spec - image: quay.io/operator-framework/scorecard-test:v1.22.0 + image: quay.io/operator-framework/scorecard-test:v1.22.2 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.22.0 + image: quay.io/operator-framework/scorecard-test:v1.22.2 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.22.0 + image: quay.io/operator-framework/scorecard-test:v1.22.2 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.22.0 + image: quay.io/operator-framework/scorecard-test:v1.22.2 labels: suite: olm test: olm-crds-have-resources-test @@ -48,7 +48,7 @@ stages: - entrypoint: - scorecard-test - olm-spec-descriptors - image: quay.io/operator-framework/scorecard-test:v1.22.0 + image: quay.io/operator-framework/scorecard-test:v1.22.2 labels: suite: olm test: olm-spec-descriptors-test @@ -58,7 +58,7 @@ stages: - entrypoint: - scorecard-test - olm-status-descriptors - image: quay.io/operator-framework/scorecard-test:v1.22.0 + image: quay.io/operator-framework/scorecard-test:v1.22.2 labels: suite: olm test: olm-status-descriptors-test