Skip to content

Commit

Permalink
test(scorecard): fix failing built-in olm scorecard test
Browse files Browse the repository at this point in the history
Signed-off-by: Thuan Vo <[email protected]>
  • Loading branch information
tthvo committed Jun 6, 2024
1 parent f4565a3 commit d1c1e99
Show file tree
Hide file tree
Showing 5 changed files with 8,341 additions and 8,923 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ endif
$(KUSTOMIZE) build config/manifests | $(OPERATOR_SDK) generate bundle $(BUNDLE_GEN_FLAGS)
# Workaround for: https://issues.redhat.com/browse/OCPBUGS-34901
yq -i '.spec.customresourcedefinitions.owned |= pick([1, 0])' bundle/manifests/cryostat-operator.clusterserviceversion.yaml
yq -i '.spec.versions |= pick([1, 0])' bundle/manifests/operator.cryostat.io_cryostats.yaml
$(OPERATOR_SDK) bundle validate ./bundle

.PHONY: bundle-build
Expand Down
14 changes: 7 additions & 7 deletions bundle/manifests/cryostat-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ metadata:
]
capabilities: Seamless Upgrades
categories: Monitoring, Developer Tools
containerImage: quay.io/cryostat/cryostat-operator:3.0.0-dev
createdAt: "2024-06-06T19:50:42Z"
containerImage: quay.io/cryostat/cryostat-operator:4.0.0-dev
createdAt: "2024-06-06T21:36:24Z"
description: JVM monitoring and profiling tool
operatorframework.io/initialization-resource: |-
{
Expand All @@ -77,7 +77,7 @@ metadata:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: cryostat-operator.v3.0.0-dev
name: cryostat-operator.v4.0.0-dev
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1016,7 +1016,7 @@ spec:
- name: RELATED_IMAGE_OPENSHIFT_OAUTH_PROXY
value: quay.io/cryostat/openshift-oauth-proxy:cryostat-v3.0
- name: RELATED_IMAGE_CORE
value: quay.io/cryostat/cryostat:3.0.0-snapshot
value: quay.io/cryostat/cryostat:4.0.0-snapshot
- name: RELATED_IMAGE_DATASOURCE
value: quay.io/cryostat/jfr-datasource:latest
- name: RELATED_IMAGE_GRAFANA
Expand All @@ -1035,7 +1035,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/cryostat/cryostat-operator:3.0.0-dev
image: quay.io/cryostat/cryostat-operator:4.0.0-dev
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1193,7 +1193,7 @@ spec:
name: oauth2-proxy
- image: quay.io/cryostat/openshift-oauth-proxy:cryostat-v3.0
name: openshift-oauth-proxy
- image: quay.io/cryostat/cryostat:3.0.0-snapshot
- image: quay.io/cryostat/cryostat:4.0.0-snapshot
name: core
- image: quay.io/cryostat/jfr-datasource:latest
name: datasource
Expand All @@ -1205,7 +1205,7 @@ spec:
name: storage
- image: quay.io/cryostat/cryostat-db:latest
name: database
version: 3.0.0-dev
version: 4.0.0-dev
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
Loading

0 comments on commit d1c1e99

Please sign in to comment.