[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 <andreas-geissler@telekom.de>
diff --git a/kubernetes/sdc/values.yaml b/kubernetes/sdc/values.yaml
index 80481d4..9cfae6a 100644
--- a/kubernetes/sdc/values.yaml
+++ b/kubernetes/sdc/values.yaml
@@ -45,8 +45,9 @@
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