aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2024-02-24 22:19:51 +0100
committerAndreas Geissler <andreas-geissler@telekom.de>2024-02-24 22:23:48 +0100
commit634ae79cabf677e32fadcd44d8dc935a2a7a5a3b (patch)
treed197e01837ea905e32461bf56f1b5f46a1a93e3d
parentc4851c859da2967f8e5748ce22d0416bc14c7b9a (diff)
[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>
-rw-r--r--kubernetes/sdc/values.yaml5
1 files 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