From f3db0f6759c32cbf30b7297cc5014a3f620c7c88 Mon Sep 17 00:00:00 2001 From: Rajagopalan Ranganathan Date: Fri, 31 May 2024 14:04:19 +0100 Subject: [PATCH 1/2] Update deploy.sh update deploy.sh to use the specific image tag for relations API --- deploy/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { From 9ab0f8165e38169c3d89bea3e873e10463854b61 Mon Sep 17 00:00:00 2001 From: Rajagopalan Ranganathan Date: Fri, 31 May 2024 14:05:10 +0100 Subject: [PATCH 2/2] Update kessel-relations.yaml update the deployment yaml to use a specific tag for relations image --- deploy/kessel-relations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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