From e796ce0426fa29543011350a6ff7149538e2cb4b Mon Sep 17 00:00:00 2001 From: David Elie-Dit-Cosaque Date: Fri, 16 Feb 2024 14:43:31 -0600 Subject: [PATCH] Upgrade the hazelcast operator to v 5.10 --- scripts/init-env.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/init-env.sh b/scripts/init-env.sh index 6b2aa881..2a166949 100755 --- a/scripts/init-env.sh +++ b/scripts/init-env.sh @@ -15,8 +15,8 @@ OPERATOR_REGISTRY_POD_NAME_FULL=$(echo $OPERATOR_BUNDLE_IMAGE_FULL_NAME | sed 's export \ COMMUNITY_OPERATOR_IMAGEREPO=docker.io/hazelcast \ COMMUNITY_OPERATOR_BASE=hazelcast-platform-operator \ - COMMUNITY_OPERATOR_NAME=hazelcast-platform-operator.v5.7.0 \ - COMMUNITY_OPERATOR_IMAGEVERSION=5.7 \ + COMMUNITY_OPERATOR_NAME=hazelcast-platform-operator.v5.10.0 \ + COMMUNITY_OPERATOR_IMAGEVERSION=5.10 \ OPERATOR_IMAGE_FULL_NAME=$REGISTRY$DIRECTORY$OPERATOR_IMAGE \ SECRET_NAME=foo-cert-sec