Skip to content

Commit

Permalink
fix: Update the image to use the one from official knative release bu…
Browse files Browse the repository at this point in the history
…ild (#6054)
  • Loading branch information
Leo6Leo authored Jul 16, 2024
1 parent 99226fc commit 3ec03e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down

0 comments on commit 3ec03e0

Please sign in to comment.