Skip to content

Commit

Permalink
Merge pull request #1109 from alfonsomthd/e2e-4.15
Browse files Browse the repository at this point in the history
E2E: move catalog source to 4.15
  • Loading branch information
openshift-merge-bot[bot] authored Dec 2, 2023
2 parents b208f71 + c276158 commit 915b9c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion cypress/tests/active-health-checks.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const enum Deployments {
const messages = {
warnings: {
MON_DOWN: '1/3 mons down, quorum b,c',
MGR_DOWN: 'no active mgr',
// @TODO: investigate why in 4.15 we don't receive MGR_DOWN warning.
// MGR_DOWN: 'no active mgr',
},
errors: {
ERROR: 'failed to get status. . timed out: exit status 1',
Expand Down
6 changes: 3 additions & 3 deletions openshift-ci/odf-catalog-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
icon:
base64data: ''
mediatype: ''
image: quay.io/rhceph-dev/ocs-registry:latest-stable-4.14.0
image: quay.io/rhceph-dev/ocs-registry:latest-4.15
priority: 100
publisher: Red Hat
sourceType: grpc
Expand All @@ -42,7 +42,7 @@ metadata:
name: odf-operator
namespace: openshift-storage
spec:
channel: stable-4.14
channel: stable-4.15
installPlanApproval: Automatic
name: odf-operator
source: redhat-operators
Expand All @@ -62,7 +62,7 @@ spec:
type: RuntimeDefault
containers:
- name: rhceph-dev-icsp
image: quay.io/rhceph-dev/ocs-registry:latest-stable-4.14.0
image: quay.io/rhceph-dev/ocs-registry:latest-4.15
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit 915b9c6

Please sign in to comment.