From 634ae79cabf677e32fadcd44d8dc935a2a7a5a3b Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Sat, 24 Feb 2024 22:19:51 +0100 Subject: [PATCH] [SDC] Correct cassandra cql version in SDC Increase the cql client version in SDC to be compliant with cassandra Issue-ID: OOM-3275 Change-Id: If883e8c9e87081a9543d3feff57c494eac3be2db Signed-off-by: Andreas Geissler --- kubernetes/sdc/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kubernetes/sdc/values.yaml b/kubernetes/sdc/values.yaml index 80481d4c70..9cfae6ac66 100644 --- a/kubernetes/sdc/values.yaml +++ b/kubernetes/sdc/values.yaml @@ -45,8 +45,9 @@ global: clusterName: cassandra #datacenter name (use "dc1" in case of k8ssandra-operator, otherwise "Pod") dataCenter: dc1 - #cqlVersion for cassandra 3.11.* must be "3.4.4" and cassandra 4.* must be "3.4.5" - cqlVersion: "3.4.5" + #cqlVersion for cassandra 3.11.* must be "3.4.4" and cassandra 4.0.* must be "3.4.5" + #and cassandra 4.1.* must be "3.4.6" + cqlVersion: "3.4.6" centralizedLoggingEnabled: true # global Kafka config passed to sdc-be chart -- 2.16.6