Skip to content

Commit

Permalink
Update charts versions (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
gab-arrobo authored Mar 29, 2024
1 parent 5e884fd commit dd8427b
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 26 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: 0.9.2
version: 1.0.0

dependencies:
- name: mongodb
Expand Down
31 changes: 19 additions & 12 deletions 5g-control-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ images:
repository: "" #default docker hub
tags:
init: omecproject/pod-init:1.0.0
amf: omecproject/5gc-amf:master-a4759db
nrf: omecproject/5gc-nrf:master-b747b98
smf: omecproject/5gc-smf:master-3fa04ea
ausf: omecproject/5gc-ausf:master-c84dff4
nssf: omecproject/5gc-nssf:master-4e5aef3
pcf: omecproject/5gc-pcf:master-bcbdeb0
udr: omecproject/5gc-udr:master-35eb7b7
udm: omecproject/5gc-udm:master-6956659
webui: omecproject/5gc-webui:master-1121545
sctplb: omecproject/sctplb:master-bf081d5
metricfunc: omecproject/metricfunc:main-58fa274
upfadapter: omecproject/5gc-smf:master-3fa04ea
amf: omecproject/5gc-amf:rel-1.4.0
nrf: omecproject/5gc-nrf:rel-1.4.0
smf: omecproject/5gc-smf:rel-1.4.0
ausf: omecproject/5gc-ausf:rel-1.4.0
nssf: omecproject/5gc-nssf:rel-1.4.0
pcf: omecproject/5gc-pcf:rel-1.4.0
udr: omecproject/5gc-udr:rel-1.4.0
udm: omecproject/5gc-udm:rel-1.4.0
webui: omecproject/5gc-webui:rel-1.4.0
sctplb: omecproject/sctplb:rel-1.4.0
metricfunc: omecproject/metricfunc:rel-1.4.0
upfadapter: omecproject/5gc-smf:rel-1.4.0
pullPolicy: IfNotPresent

resources:
Expand Down Expand Up @@ -268,6 +268,7 @@ config:
description: UDM initial local configuration
configuration:
nrfUri: http://nrf:29510
webuiUri: webui:9876
plmnList:
- plmnId:
mcc: "208"
Expand Down Expand Up @@ -310,6 +311,7 @@ config:
description: UDR initial local configuration
configuration:
nrfUri: http://nrf:29510
webuiUri: webui:9876
plmnSupportList:
- plmnId:
mcc: "208"
Expand Down Expand Up @@ -376,6 +378,7 @@ config:
configuration:
nssfName: NSSF
nrfUri: http://nrf:29510
webuiUri: webui:9876
sbi:
scheme: http
bindingIPv4: "0.0.0.0"
Expand Down Expand Up @@ -467,6 +470,7 @@ config:
- "0.0.0.0"
amfName: AMF
nrfUri: http://nrf:29510
webuiUri: webui:9876
sbi:
scheme: http
bindingIPv4: "0.0.0.0"
Expand Down Expand Up @@ -560,6 +564,7 @@ config:
mongoDBStreamEnable: true
nfProfileExpiryEnable: true
nfKeepAliveTime: 60
webuiUri: webui:9876
sbi:
scheme: http
bindingIPv4: "0.0.0.0"
Expand Down Expand Up @@ -609,6 +614,7 @@ config:
addr: "POD_IP"
smfName: SMF
nrfUri: http://nrf:29510
webuiUri: webui:9876
sbi:
scheme: http
bindingIPv4: "0.0.0.0"
Expand Down Expand Up @@ -678,6 +684,7 @@ config:
description: AUSF initial local configuration
configuration:
nrfUri: http://nrf:29510
webuiUri: webui:9876
sbi:
scheme: http
bindingIPv4: "0.0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion 5g-ran-sim/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ description: 5G RAN Simulator Service
name: 5g-ran-sim
icon: https://guide.opencord.org/logos/cord.svg

version: 0.7.0
version: 1.0.0
6 changes: 3 additions & 3 deletions 5g-ran-sim/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ images:
repository: "" #default docker hub
tags:
init: omecproject/pod-init:1.0.0
gnbsim: omecproject/5gc-gnbsim:main-1caccfc
gnbsim: omecproject/5gc-gnbsim:rel-1.4.0
pullPolicy: IfNotPresent

nodeSelectors:
Expand Down Expand Up @@ -104,7 +104,7 @@ config:
ipAddr: # AMF IP address
port: 38412 # AMF port
gnb2:
n2IpAddr: # gNB N2 interface IP address used to connect to AMF
n2IpAddr: # gNB N2 interface IP address used to connect to AMF
n2Port: 9488 # gNB N2 Port used to connect to AMF
n3IpAddr: 192.168.251.6 # gNB N3 interface IP address used to connect to UPF
n3Port: 2152 # gNB N3 Port used to connect to UPF
Expand All @@ -113,7 +113,7 @@ config:
plmnId:
mcc: 208 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
gNbId:
gNbId:
bitLength: 24
gNBValue: "000112" # gNB identifier (3 bytes hex string, range: 000000~FFFFFF)
supportedTaList:
Expand Down
2 changes: 1 addition & 1 deletion bess-upf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ description: OMEC user plane based on BESS
name: bess-upf
icon: https://guide.opencord.org/logos/cord.svg

version: 0.1.3
version: 1.0.0
4 changes: 2 additions & 2 deletions bess-upf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
images:
repository: "" #default docker hub
tags:
bess: omecproject/upf-epc-bess:master-5786085
pfcpiface: omecproject/upf-epc-pfcpiface:master-5786085
bess: omecproject/upf-epc-bess:rel-1.4.0
pfcpiface: omecproject/upf-epc-pfcpiface:rel-1.4.0
tools: busybox:stable
pullPolicy: IfNotPresent
# Secrets must be manually created in the namespace.
Expand Down
2 changes: 1 addition & 1 deletion omec-sub-provision/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ description: Mobile Sim Provisioning services
name: omec-sub-provision
icon: https://guide.opencord.org/logos/cord.svg

version: 0.7.0
version: 1.0.0
10 changes: 5 additions & 5 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: 0.13.2
version: 1.0.0
home: https://opennetworking.org/sd-core/
maintainers:
- name: SD-Core Support
Expand All @@ -24,26 +24,26 @@ dependencies:
condition: omec-control-plane.enable4G

- name: omec-sub-provision
version: 0.7.0
version: 1.0.0
repository: https://charts.aetherproject.org
#repository: "file://../omec-sub-provision"
condition: omec-sub-provision.enable

- name: 5g-control-plane
version: 0.9.2
version: 1.0.0
repository: https://charts.aetherproject.org
#repository: "file://../5g-control-plane"
condition: 5g-control-plane.enable5G

- name: bess-upf
version: 0.1.0
version: 1.0.0
repository: https://charts.aetherproject.org
#repository: "file://../bess-upf"
alias: omec-user-plane
condition: omec-user-plane.enable

- name: 5g-ran-sim
version: 0.7.0
version: 1.0.0
repository: https://charts.aetherproject.org
#repository: "file://../5g-ran-sim"
condition: 5g-ran-sim.enable

0 comments on commit dd8427b

Please sign in to comment.