From 5915c391a8ff25947906fc1cf04ded41742db0b9 Mon Sep 17 00:00:00 2001 From: Rajagopalan Ranganathan Date: Fri, 31 May 2024 14:09:31 +0100 Subject: [PATCH] Update deploy.sh (#88) * Update deploy.sh update deploy.sh to use the specific image tag for relations API * Update kessel-relations.yaml update the deployment yaml to use a specific tag for relations image --- deploy/deploy.sh | 2 +- deploy/kessel-relations.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/deploy.sh b/deploy/deploy.sh index c7e3e7a..521b7f9 100755 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -18,7 +18,7 @@ source ../.secrets/postgres.env # Export tags IMAGE=quay.io/cloudservices/kessel-relations -IMAGE_TAG=latest +IMAGE_TAG=10b13ce # Function to check if a command is available command_exists() { diff --git a/deploy/kessel-relations.yaml b/deploy/kessel-relations.yaml index 22a77f1..cae00dc 100644 --- a/deploy/kessel-relations.yaml +++ b/deploy/kessel-relations.yaml @@ -148,4 +148,4 @@ parameters: value: quay.io/cloudservices/kessel-relations - description: Image Tag name: RELATIONS_IMAGE_TAG - value: latest + value: 10b13ce