Skip to content

Commit

Permalink
ci: Fix the E2E nightly upgrade tests (#621)
Browse files Browse the repository at this point in the history
The tags used in the test seem to have expired from quay.io/rhdh-community/operator
  • Loading branch information
rm3l authored Jan 4, 2025
1 parent dd68bc2 commit d3131a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/testdata/rhdh-operator-1.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ spec:
value: quay.io/fedora/postgresql-15:latest
- name: RELATED_IMAGE_backstage
value: quay.io/rhdh/rhdh-hub-rhel9:1.3
image: quay.io/rhdh-community/operator:0.3.2
image: quay.io/rhdh-community/operator:0.3.4
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/testdata/rhdh-operator-1.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1952,7 +1952,7 @@ spec:
value: quay.io/fedora/postgresql-15:latest
- name: RELATED_IMAGE_backstage
value: quay.io/rhdh/rhdh-hub-rhel9:1.4
image: quay.io/rhdh-community/operator:0.4.0
image: quay.io/rhdh-community/operator:0.4.1
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit d3131a2

Please sign in to comment.