From ce616eac72fc1f372548e0114bdb5d6d97b08068 Mon Sep 17 00:00:00 2001 From: Michael Burman Date: Fri, 8 Sep 2023 17:33:02 +0300 Subject: [PATCH] One more --- scripts/release-certified-bundles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release-certified-bundles.sh b/scripts/release-certified-bundles.sh index b475ed0b..61a43026 100755 --- a/scripts/release-certified-bundles.sh +++ b/scripts/release-certified-bundles.sh @@ -31,7 +31,7 @@ yq -i '.spec.relatedImages += {"name": "system-logger", "image": "registry.conne #yq -i '.spec.relatedImages += {"name": "k8ssandra-client", "image": "registry.connect.redhat.com/datastax/k8ssandra-client@"}' bundle/manifests/cass-operator.clusterserviceversion.yaml SHA=$SHA yq -i '.spec.relatedImages[0].image += env(SHA)' bundle/manifests/cass-operator.clusterserviceversion.yaml SYSTEM_LOGGER_SHA=$SYSTEM_LOGGER_SHA yq -i '.spec.relatedImages[1].image += env(SYSTEM_LOGGER_SHA)' bundle/manifests/cass-operator.clusterserviceversion.yaml -CLIENT_SHA=$CLIENT_SHA yq -i '.spec.relatedImages[2].image += env(CLIENT_SHA)' bundle/manifests/cass-operator.clusterserviceversion.yaml +#CLIENT_SHA=$CLIENT_SHA yq -i '.spec.relatedImages[2].image += env(CLIENT_SHA)' bundle/manifests/cass-operator.clusterserviceversion.yaml for dir in "${TARGET_DIRS[@]}" do