From 98e3f8bc13e1da9f7c3bb66427bfc5365e97eec1 Mon Sep 17 00:00:00 2001 From: Rajagopalan Ranganathan Date: Wed, 22 May 2024 13:47:15 +0100 Subject: [PATCH] Update build_deploy.sh fix the new quay repo for kessel --- build_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_deploy.sh b/build_deploy.sh index d8f6bfb..db237d1 100755 --- a/build_deploy.sh +++ b/build_deploy.sh @@ -1,6 +1,6 @@ set -exv -IMAGE="quay.io/cloudservices/spicedb-operator" +IMAGE="quay.io/cloudservices/kessel-spicedb-operator" IMAGE_TAG=$(git rev-parse --short=7 HEAD) GIT_COMMIT=$(git rev-parse --short HEAD)