Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
rzetelskik committed Jan 10, 2025
1 parent 1dfccea commit ce2750c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/.ci/deploy-release-gke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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_SCYLLACLUSTER_STORAGECLASS_NAME="${SO_SCYLLACLUSTER_STORAGECLASS_NAME=scylladb-local-xfs}"
export SO_SCYLLACLUSTER_STORAGECLASS_NAME

# 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 ce2750c

Please sign in to comment.