Merge "rke 0.2.1 upgrade for k8s 1.13.5, helm 2.12.3, docker 18.09.5"
[oom.git] / kubernetes / sdc / requirements.yaml
index 1e8f788..e966131 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright © 2017 Amdocs, Bell Canada
+# Modifications Copyright © 2018 AT&T, ZTE
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 
 dependencies:
   - name: common
-    version: ~2.0.0
-    repository: '@local'
\ No newline at end of file
+    version: ~4.x-0
+    repository: '@local'
+
+  - name: cassandra
+    version: ~4.x-0
+    # local reference to common chart, as it is
+    # a part of this chart's package and will not
+    # be published independently to a repo (at this point)
+    repository: '@local'
+    condition: global.cassandra.localCluster
+