Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
rzetelskik committed Jan 8, 2025
1 parent 7629f5b commit 76ad542
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hack/.ci/deploy-release-gke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ trap gather-artifacts-on-exit EXIT
SO_NODECONFIG_PATH="${SO_NODECONFIG_PATH=${parent_dir}/manifests/cluster/nodeconfig.yaml}"
export SO_NODECONFIG_PATH

SO_SCYLLACLUSTER_STORAGECLASS_NAME="${SO_SCYLLACLUSTER_STORAGECLASS_NAME=scylladb-local-xfs}"
export SO_SCYLLACLUSTER_STORAGECLASS_NAME

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}"
Expand Down

0 comments on commit 76ad542

Please sign in to comment.