mirror of https://github.com/knative/docs.git
fix: Update the image to use the one from official knative release build (#6054)
This commit is contained in:
parent
99226fc702
commit
3ec03e03e0
|
@ -16,7 +16,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: bookstore-frontend
|
||||
image: quay.io/rh-ee-leoli/bookstore-frontend:latest
|
||||
image: ghcr.io/knative/bookstore-frontend:latest
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: node-server
|
||||
image: quay.io/rh-ee-leoli/node-server:latest
|
||||
image: ghcr.io/knative/node-server:latest
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
---
|
||||
|
|
|
@ -16,7 +16,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: bookstore-frontend
|
||||
image: quay.io/rh-ee-leoli/bookstore-frontend:latest
|
||||
image: ghcr.io/knative/bookstore-frontend:latest
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: node-server
|
||||
image: quay.io/rh-ee-leoli/node-server:latest
|
||||
image: ghcr.io/knative/node-server:latest
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue