diff --git a/5g-control-plane/Chart.yaml b/5g-control-plane/Chart.yaml index b2dda28..f0dbb81 100644 --- a/5g-control-plane/Chart.yaml +++ b/5g-control-plane/Chart.yaml @@ -10,7 +10,7 @@ description: SD-Core 5G control plane services name: 5g-control-plane icon: https://guide.opencord.org/logos/cord.svg -version: 1.0.8 +version: 1.0.9 dependencies: - name: mongodb diff --git a/5g-control-plane/values.yaml b/5g-control-plane/values.yaml index 9c48085..666a9dd 100644 --- a/5g-control-plane/values.yaml +++ b/5g-control-plane/values.yaml @@ -752,7 +752,7 @@ config: level: info upfadapter: - deploy: false + deploy: true serviceType: ClusterIP n4: port: 8805 diff --git a/sdcore-helm-charts/Chart.yaml b/sdcore-helm-charts/Chart.yaml index 8c2a414..72294c7 100644 --- a/sdcore-helm-charts/Chart.yaml +++ b/sdcore-helm-charts/Chart.yaml @@ -10,7 +10,7 @@ name: sd-core description: SD-Core control plane services icon: https://guide.opencord.org/logos/cord.svg type: application -version: 1.0.13 +version: 1.0.14 home: https://opennetworking.org/sd-core/ maintainers: - name: SD-Core Support @@ -28,7 +28,7 @@ dependencies: condition: omec-sub-provision.enable - name: 5g-control-plane - version: 1.0.8 + version: 1.0.9 repository: "file://../5g-control-plane" condition: 5g-control-plane.enable5G