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:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: bookstore-frontend
|
- name: bookstore-frontend
|
||||||
image: quay.io/rh-ee-leoli/bookstore-frontend:latest
|
image: ghcr.io/knative/bookstore-frontend:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: node-server
|
- name: node-server
|
||||||
image: quay.io/rh-ee-leoli/node-server:latest
|
image: ghcr.io/knative/node-server:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
---
|
---
|
||||||
|
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: bookstore-frontend
|
- name: bookstore-frontend
|
||||||
image: quay.io/rh-ee-leoli/bookstore-frontend:latest
|
image: ghcr.io/knative/bookstore-frontend:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: node-server
|
- name: node-server
|
||||||
image: quay.io/rh-ee-leoli/node-server:latest
|
image: ghcr.io/knative/node-server:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue