-
Bug
-
Resolution: Done
-
Blocker
-
1.25.0, 1.26.0, 1.27.0, 1.28.0
apiVersion: serving.knative.dev/v1 kind: Service metadata: name: event-delivery namespace: default spec: template: spec: containers: - image: quay.io/openshift-knative/knative-eventing-sources-event-display:latest env: - name: RESPONSE value: "Hello Serverless!"
uses an incorrect image. this one doesn't take RESPONSE env and doesn't repond to GET requests, so the following "Verifying your serverless application deployment" steps won't work with this image.
it should probably use docker.io/openshift/hello-openshift (or some other variant in quay if we can find a good one)