[SDC] Correct cassandra cql version in SDC 61/137361/1
authorAndreas Geissler <andreas-geissler@telekom.de>
Sat, 24 Feb 2024 21:19:51 +0000 (22:19 +0100)
committerAndreas Geissler <andreas-geissler@telekom.de>
Sat, 24 Feb 2024 21:23:48 +0000 (22:23 +0100)
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>
kubernetes/sdc/values.yaml

index 80481d4..9cfae6a 100644 (file)
@@ -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