From 03d1b1c95bd16dfbee3829fe2ff5b582fb27d012 Mon Sep 17 00:00:00 2001 From: Rajagopalan Ranganathan Date: Thu, 30 May 2024 11:34:25 +0100 Subject: [PATCH] Update deploy.sh (#82) update deploy.sh to pull image from cloud services quay org --- deploy/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/deploy.sh b/deploy/deploy.sh index 393be7c..4b724cc 100755 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -17,7 +17,7 @@ fi source ../.secrets/postgres.env # Export tags -IMAGE=quay.io/ciam_authz/insights-rebac +IMAGE=quay.io/cloudservices/kessel-relations IMAGE_TAG=latest # Function to check if a command is available