Skip to content

Commit

Permalink
updates image tag variable to leverage app interface better
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytheleg committed Sep 26, 2024
1 parent a47fdd4 commit d38d2bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/kessel-inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ objects:
podSpec:
initContainers:
- name: migration
image: ${INVENTORY_IMAGE}:${INVENTORY_IMAGE_TAG}
image: ${INVENTORY_IMAGE}:${IMAGE_TAG}
command: ["inventory-api"]
args: ["migrate"]
inheritEnv: true
image: ${INVENTORY_IMAGE}:${INVENTORY_IMAGE_TAG}
image: ${INVENTORY_IMAGE}:${IMAGE_TAG}
command: ["inventory-api"]
args: ["serve"]
livenessProbe:
Expand Down Expand Up @@ -99,5 +99,5 @@ parameters:
name: INVENTORY_IMAGE
value: quay.io/redhat-services-prod/project-kessel-tenant/kessel-inventory/inventory-api
- description: Image Tag
name: INVENTORY_IMAGE_TAG
value: latest
name: IMAGE_TAG
required: true

0 comments on commit d38d2bd

Please sign in to comment.