Skip to content

Commit

Permalink
updates image tag variable to leverage app interface (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytheleg authored Sep 27, 2024
1 parent bcdaae7 commit 81a256d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy/kessel-relations-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ objects:
- name: api
minReplicas: ${{RELATIONS_REPLICAS}}
podSpec:
image: ${RELATIONS_IMAGE}:${RELATIONS_IMAGE_TAG}
image: ${RELATIONS_IMAGE}:${IMAGE_TAG}
livenessProbe:
httpGet:
path: /api/authz/livez
Expand Down Expand Up @@ -81,7 +81,8 @@ parameters:
name: RELATIONS_IMAGE
value: quay.io/redhat-services-prod/project-kessel-tenant/kessel-relations/relations-api
- description: Image Tag
name: RELATIONS_IMAGE_TAG
name: IMAGE_TAG
required: true
value: latest
- description: Number of pods for spiceDB service
name: SPICEDB_REPLICAS
Expand Down

0 comments on commit 81a256d

Please sign in to comment.