[SDC] Update SDC to 1.9.3
[oom.git] / kubernetes / sdc / requirements.yaml
index 2ce7b9d..1f9b2d1 100644 (file)
 # limitations under the License.
 
 dependencies:
-  - name: common
-    version: ~6.x-0
-    repository: '@local'
-
-  - name: cassandra
-    version: ~6.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
-
+  - name: sdc-be
+    version: ~8.x-0
+    repository: 'file://components/sdc-be'
+  - name: sdc-cs
+    version: ~8.x-0
+    repository: 'file://components/sdc-cs'
+  - name: sdc-fe
+    version: ~8.x-0
+    repository: 'file://components/sdc-fe'
+  - name: sdc-onboarding-be
+    version: ~8.x-0
+    repository: 'file://components/sdc-onboarding-be'
+  - name: sdc-wfd-be
+    version: ~8.x-0
+    repository: 'file://components/sdc-wfd-be'
+    condition: sdc-wfd.enabled
+  - name: sdc-wfd-fe
+    version: ~8.x-0
+    repository: 'file://components/sdc-wfd-fe'
+    condition: sdc-wfd.enabled
+  - name: sdc-helm-validator
+    version: ~8.x-0
+    repository: 'file://components/sdc-helm-validator'
+    condition: sdcHelmValidator.enabled