Skip to content

Commit

Permalink
Use 1.10 multiarch images in image mapping for e2e tests (#2233)
Browse files Browse the repository at this point in the history
* Use 1.10 images in image mapping for e2e tests

* Run `make generated-files`

* Use multiarch images
  • Loading branch information
creydr authored Aug 15, 2023
1 parent 20fdaf8 commit bc0017d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ data:
routes:
- match:
safe_regex:
google_re2: {}
regex: '/(certs|stats(/prometheus)?|server_info|clusters|listeners|ready)?'
headers:
- name: ':method'
exact_match: GET
string_match:
exact: GET
route:
cluster: service_stats
clusters:
Expand Down
4 changes: 2 additions & 2 deletions test/images-rekt.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
knative.dev/reconciler-test/cmd/eventshub: registry.ci.openshift.org/openshift/knative-eventing-test-eventshub:knative-nightly
knative.dev/eventing/cmd/heartbeats: registry.ci.openshift.org/openshift/knative-eventing-heartbeats:knative-nightly
knative.dev/reconciler-test/cmd/eventshub: quay.io/openshift-knative/eventing/eventshub:v1.10
knative.dev/eventing/cmd/heartbeats: quay.io/openshift-knative/eventing/heartbeats:v1.10

0 comments on commit bc0017d

Please sign in to comment.