Moving Helm Chart version for El Alto
[oom.git] / kubernetes / sdc / requirements.yaml
index 1e8f788..134205a 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: ~5.x-0
+    repository: '@local'
+
+  - name: cassandra
+    version: ~5.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
+