From 342f411bc5dbb85a0ee24dffc62a5c23c9703417 Mon Sep 17 00:00:00 2001 From: Brandon Tweed Date: Mon, 6 May 2024 13:44:59 -0500 Subject: [PATCH] Test commit --- pr_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_check.sh b/pr_check.sh index 41a9f890e..86a04156b 100755 --- a/pr_check.sh +++ b/pr_check.sh @@ -53,7 +53,7 @@ IMAGE_TAG="pr-${ghprbPullId}-${SHORT_SHA}" echo "Expecting image tag ${IMAGE_TAG}" set -e -# Try 453 +# Try 4536 # Deploy to an ephemeral namespace for testing # We deploy rbac and override the image tag for insights-frontend-chrome export IMAGE="quay.io/cloudservices/insights-chrome-frontend"