Skip to content

Commit 64a2507

Browse files
vincent-pliknative-prow-robot
authored andcommitted
correct image path (#1887)
1 parent bbc946d commit 64a2507

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/eventing/samples/kubernetes-event-source/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ spec:
155155
spec:
156156
containers:
157157
- # This corresponds to
158-
# https://github.com/knative/eventing-contrib/blob/release-0.5/cmd/event_display/main.go
159-
image: gcr.io/knative-releases/github.com/knative/eventing-sources/cmd/event_display@sha256:bf45b3eb1e7fc4cb63d6a5a6416cf696295484a7662e0cf9ccdf5c080542c21d
158+
# https://github.com/knative/eventing-contrib/tree/master/cmd/event_display/main.go
159+
image: gcr.io/knative-releases/github.com/knative/eventing-contrib/cmd/event_display
160160
```
161161

162162
1. If the deployed `ApiServerSource` is pointing at a `Broker` other than

docs/eventing/samples/kubernetes-event-source/trigger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ spec:
2424
spec:
2525
containers:
2626
- # 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/github.com/knative/eventing-sources/cmd/event_display@sha256:bf45b3eb1e7fc4cb63d6a5a6416cf696295484a7662e0cf9ccdf5c080542c21d
27+
# https://github.com/knative/eventing-contrib/tree/master/cmd/event_display/main.go
28+
image: gcr.io/knative-releases/github.com/knative/eventing-contrib/cmd/event_display

0 commit comments

Comments
 (0)