Skip to content

Commit

Permalink
Deploy upfadapter by default (#50)
Browse files Browse the repository at this point in the history
Signed-off-by: Arrobo, Gabriel <[email protected]>
  • Loading branch information
gab-arrobo authored Aug 25, 2024
1 parent 70c0c13 commit e80aa84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 5g-control-plane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 5g-control-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ config:
level: info

upfadapter:
deploy: false
deploy: true
serviceType: ClusterIP
n4:
port: 8805
Expand Down
4 changes: 2 additions & 2 deletions sdcore-helm-charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit e80aa84

Please sign in to comment.