Merge "[CDS] Bump CDS version to 1.5.3"
[oom.git] / kubernetes / sdc / components / sdc-cs / values.yaml
index e5d1c84..364c363 100644 (file)
@@ -25,6 +25,14 @@ global:
     #This flag allows SDC to instantiate its own cluster, serviceName
     #should be sdc-cs if this flag is enabled
     localCluster: false
+
+    # in case of a local cassandra cluster
+    # flag to enable the DB creation via k8ssandra-operator
+    useOperator: true
+    # if useOperator set to "true", set "enableServiceAccount to "false"
+    # as the SA is created by the Operator
+    enableServiceAccount: false
+
     #The cassandra service name to connect to (default: shared cassandra service)
     #in case of using k8ssandra-operator in the common cassandra installation
     #the service name is:
@@ -59,14 +67,13 @@ cassandra:
     mountSubPath: sdc/sdc-cs/CS
     enabled: true
   k8ssandraOperator:
-    enabled: false
     config:
       clusterName: sdc-cs
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdc-cassandra:1.12.5
-cassandraInitImage: onap/sdc-cassandra-init:1.12.5
+image: onap/sdc-cassandra:1.13.6
+cassandraInitImage: onap/sdc-cassandra-init:1.13.6
 pullPolicy: Always
 
 config: