Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/eventing/debugging/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ spec:
spec:
containers:
- name: user-container
# This corresponds to
# https://github.com/knative/eventing-contrib/blob/v0.2.1/cmd/message_dumper/dumper.go.
image: gcr.io/knative-releases/knative.dev/eventing-sources/cmd/message_dumper
image: gcr.io/knative-releases/knative.dev/eventing-contrib/cmd/event_display
ports:
- containerPort: 8080

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Helloworld-python app logs the context and the msg of the above event, and repli
spec:
containers:
- name: helloworld-python
image: gcr.io/knative-releases/github.com/knative/eventing-sources/cmd/event_display
image: gcr.io/knative-releases/knative.dev/eventing-contrib/cmd/event_display
---
# Service that exposes event-display app.
# This will be the subscriber for the Trigger
Expand Down
4 changes: 1 addition & 3 deletions docs/eventing/samples/iot-core/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ spec:
template:
spec:
containers:
- # This corresponds to
# https://github.com/knative/eventing-contrib/blob/release-0.5/cmd/event_display/main.go
image: gcr.io/knative-releases/knative.dev/eventing-sources/cmd/event_display
image: gcr.io/knative-releases/knative.dev/eventing-contrib/cmd/event_display