Skip to content

Commit 635dd7d

Browse files
authored
Fix example.yaml file (#3258)
* Fix example.yaml file * fix image
1 parent bbfbbad commit 635dd7d

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

docs/eventing/debugging/example.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,7 @@ spec:
9595
spec:
9696
containers:
9797
- name: user-container
98-
# This corresponds to
99-
# https://github.com/knative/eventing-contrib/blob/v0.2.1/cmd/message_dumper/dumper.go.
100-
image: gcr.io/knative-releases/knative.dev/eventing-sources/cmd/message_dumper
98+
image: gcr.io/knative-releases/knative.dev/eventing-contrib/cmd/event_display
10199
ports:
102100
- containerPort: 8080
103101

docs/eventing/samples/helloworld/helloworld-python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ The `helloworld-python` app replies with an event type `type= dev.knative.sample
259259
spec:
260260
containers:
261261
- name: helloworld-python
262-
image: gcr.io/knative-releases/github.com/knative/eventing-sources/cmd/event_display
262+
image: gcr.io/knative-releases/knative.dev/eventing-contrib/cmd/event_display
263263
---
264264
# Service that exposes event-display app.
265265
# This will be the subscriber for the Trigger

docs/eventing/samples/iot-core/trigger.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,4 @@ spec:
2323
template:
2424
spec:
2525
containers:
26-
- # This corresponds to
27-
# https://github.com/knative/eventing-contrib/blob/release-0.5/cmd/event_display/main.go
28-
image: gcr.io/knative-releases/knative.dev/eventing-sources/cmd/event_display
26+
image: gcr.io/knative-releases/knative.dev/eventing-contrib/cmd/event_display

0 commit comments

Comments
 (0)