Skip to content

Commit

Permalink
Use newest Docker images (#52)
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 26, 2024
1 parent 55580f1 commit 49cf94c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.10
version: 1.0.11

dependencies:
- name: mongodb
Expand Down
12 changes: 6 additions & 6 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:rel-1.4.3
amf: omecproject/5gc-amf:rel-1.4.4
nrf: omecproject/5gc-nrf:rel-1.4.1
smf: omecproject/5gc-smf:rel-1.5.0
ausf: omecproject/5gc-ausf:rel-1.4.1
smf: omecproject/5gc-smf:rel-1.5.1
ausf: omecproject/5gc-ausf:rel-1.4.2
nssf: omecproject/5gc-nssf:rel-1.4.1
pcf: omecproject/5gc-pcf:rel-1.4.2
pcf: omecproject/5gc-pcf:rel-1.4.3
udr: omecproject/5gc-udr:rel-1.4.1
udm: omecproject/5gc-udm:rel-1.4.3
webui: omecproject/5gc-webui:rel-1.4.2
webui: omecproject/5gc-webui:rel-1.4.3
sctplb: omecproject/sctplb:rel-1.4.2
metricfunc: omecproject/metricfunc:rel-1.4.1
upfadapter: omecproject/5gc-smf:rel-1.5.0
upfadapter: omecproject/5gc-smf:rel-1.5.1
pullPolicy: IfNotPresent

nodeSelectors:
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.15
version: 1.0.16
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.10
version: 1.0.11
repository: "file://../5g-control-plane"
condition: 5g-control-plane.enable5G

Expand Down

0 comments on commit 49cf94c

Please sign in to comment.