Skip to content

Commit

Permalink
Merge pull request project-kessel#168 from tonytheleg/update-image-ta…
Browse files Browse the repository at this point in the history
…g-value

RHCLOUD-35379 updates image tag variable to leverage app interface better
  • Loading branch information
tonytheleg authored Sep 26, 2024
2 parents a47fdd4 + d38d2bd commit 28c7c16
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 28c7c16

Please sign in to comment.