File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ description: SD-Core 5G control plane services
1010name : 5g-control-plane
1111icon : https://guide.opencord.org/logos/cord.svg
1212
13- version : 2.2.2
13+ version : 2.2.3
1414
1515dependencies :
1616 - name : mongodb
Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ images:
77 repository : " " # default docker hub
88 tags :
99 init : omecproject/pod-init:rel-1.1.2
10- amf : omecproject/5gc-amf:rel-1.6.4
10+ amf : omecproject/5gc-amf:rel-1.6.5
1111 nrf : omecproject/5gc-nrf:rel-1.6.3
1212 smf : omecproject/5gc-smf:rel-2.0.3
1313 ausf : omecproject/5gc-ausf:rel-1.6.2
1414 nssf : omecproject/5gc-nssf:rel-1.6.2
1515 pcf : omecproject/5gc-pcf:rel-1.6.2
1616 udr : omecproject/5gc-udr:rel-1.6.3
1717 udm : omecproject/5gc-udm:rel-1.6.2
18- webui : omecproject/5gc-webui:rel-1.8.3
18+ webui : omecproject/5gc-webui:rel-1.8.5
1919 sctplb : omecproject/sctplb:rel-1.6.1
20- metricfunc : omecproject/metricfunc:rel-1.6.1
20+ metricfunc : omecproject/metricfunc:rel-1.6.2
2121 upfadapter : omecproject/upfadapter:rel-2.0.2
2222 pullPolicy : IfNotPresent
2323
@@ -744,7 +744,7 @@ config:
744744 addr : " aether-roc-umbrella-aether-roc-gui-v2-1-external.aether-roc.svc"
745745 port : 80
746746 metricFuncEndPoint :
747- addr : " metricfunc.omec .svc"
747+ addr : " metricfunc.aether-5gc .svc"
748748 port : 5001
749749 info :
750750 description : Metrics initial local configuration
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ index defb44a..bcd9f4b 100644
6060- provision-network-slice: {{ core.standalone | string }} # if enabled, Device Groups & Slices configure by simapp
6161+ provision-network-slice: true # if enabled, Device Groups & Slices configure by simapp
6262 sub-provision-endpt:
63- addr: webui.omec .svc.cluster.local # subscriber configuation endpoint.
63+ addr: webui.aether-5gc .svc.cluster.local # subscriber configuation endpoint.
6464 # sub-proxy-endpt: # used if subscriber proxy is enabled in the ROC.
6565@@ -315,20 +315,20 @@ omec-user-plane:
6666 hugepage:
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name: sd-core
1010description : SD-Core control plane services
1111icon : https://guide.opencord.org/logos/cord.svg
1212type : application
13- version : 2.2.2
13+ version : 2.2.3
1414home : https://opennetworking.org/sd-core/
1515maintainers :
1616 - name : SD-Core Support
@@ -28,7 +28,7 @@ dependencies:
2828 condition : omec-sub-provision.enable
2929
3030 - name : 5g-control-plane
31- version : 2.2.2
31+ version : 2.2.3
3232 repository : " file://../5g-control-plane"
3333 condition : 5g-control-plane.enable5G
3434
You can’t perform that action at this time.
0 commit comments