From 4f970b57cee9f338a82ca735d7592d14ed9c3709 Mon Sep 17 00:00:00 2001 From: Kacper Rzetelski Date: Wed, 8 Jan 2025 16:07:11 +0100 Subject: [PATCH] sync --- hack/.ci/deploy-release-gke.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hack/.ci/deploy-release-gke.sh b/hack/.ci/deploy-release-gke.sh index 18c8c014044..14c5529d2dc 100755 --- a/hack/.ci/deploy-release-gke.sh +++ b/hack/.ci/deploy-release-gke.sh @@ -20,6 +20,9 @@ trap gather-artifacts-on-exit EXIT SO_NODECONFIG_PATH="${SO_NODECONFIG_PATH=${parent_dir}/manifests/cluster/nodeconfig.yaml}" export SO_NODECONFIG_PATH +SO_SCYLLA_OPERATOR_LOGLEVEL="${SO_SCYLLA_OPERATOR_LOGLEVEL:-4}" +export SO_SCYLLA_OPERATOR_LOGLEVEL + # We need to strip the tag because skopeo doesn't support references with both a tag and a digest. SO_IMAGE="${SO_IMAGE/:*([^:\/])@/@}" echo "${SO_IMAGE}"