fix: Update the image to use the one from official knative release build (#6054)

This commit is contained in:
Leo Li 2024-07-16 13:37:29 -04:00 committed by GitHub
parent 99226fc702
commit 3ec03e03e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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
---

View File

@ -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

View File

@ -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
---