Skip to content

Commit 30ce15e

Browse files
authored
Update some images and create patch release (#70)
Signed-off-by: Arrobo, Gabriel <gabriel.arrobo@intel.com>
1 parent 222d9f5 commit 30ce15e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

5g-control-plane/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: SD-Core 5G control plane services
1010
name: 5g-control-plane
1111
icon: https://guide.opencord.org/logos/cord.svg
1212

13-
version: 2.2.2
13+
version: 2.2.3
1414

1515
dependencies:
1616
- name: mongodb

5g-control-plane/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

sdcore-helm-charts/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: sd-core
1010
description: SD-Core control plane services
1111
icon: https://guide.opencord.org/logos/cord.svg
1212
type: application
13-
version: 2.2.2
13+
version: 2.2.3
1414
home: https://opennetworking.org/sd-core/
1515
maintainers:
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

0 commit comments

Comments
 (0)