updating sd-core helm chart to point to new images. Also making 5G core install as
default option.

Change-Id: Iaec8823c5eb15529a5c3dfa9e9aca0f945bf9f90
diff --git a/sdcore-helm-charts/Chart.yaml b/sdcore-helm-charts/Chart.yaml
index 23cef1b..30e81cd 100644
--- a/sdcore-helm-charts/Chart.yaml
+++ b/sdcore-helm-charts/Chart.yaml
@@ -8,7 +8,7 @@
 description: SD-Core control plane services
 icon: https://guide.opencord.org/logos/cord.svg
 type: application
-version: 0.5.0
+version: 0.5.1
 home: https://opennetworking.org/sd-core/
 maintainers:
   - name: SD-Core Support
@@ -16,8 +16,9 @@
 
 dependencies:
   - name: omec-control-plane
-    version: 0.6.16
+    version: 0.6.17
     repository: https://charts.aetherproject.org
+    condition: omec-control-plane.enable4G
 
   - name: omec-sub-provision
     version: 0.0.3
@@ -25,8 +26,9 @@
     condition: simapp.deploy
 
   - name: 5g-control-plane
-    version: 0.2.17
+    version: 0.2.18
     repository: https://charts.aetherproject.org
+    condition: 5g-control-plane.enable5G
 
   - name: omec-user-plane
     version: 0.3.25