From: Andreas Geissler Date: Sat, 24 Feb 2024 21:19:51 +0000 (+0100) Subject: [SDC] Correct cassandra cql version in SDC X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=634ae79cabf677e32fadcd44d8dc935a2a7a5a3b [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 --- 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