Skip to content

Commit

Permalink
replace quay images with local inventory image
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam0Brien committed Nov 14, 2024
1 parent c5b4d91 commit 5c3e664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/kind/inventory/kessel-inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
initContainers:
- name: migration
image: quay.io/redhat-services-prod/project-kessel-tenant/kessel-inventory/inventory-api:latest
image: localhost/inventory-api:e2e-test
command:
- /bin/sh
- "-c"
Expand Down Expand Up @@ -51,7 +51,7 @@ spec:
mountPath: "/inventory"
containers:
- name: api
image: quay.io/redhat-services-prod/project-kessel-tenant/kessel-inventory/inventory-api:latest
image: localhost/inventory-api:e2e-test
command: ["inventory-api"]
args: ["serve"]
env:
Expand Down

0 comments on commit 5c3e664

Please sign in to comment.