Skip to content

Commit

Permalink
Update to Open5GS v2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Borjis131 committed Aug 5, 2024
1 parent 8db32dd commit daf0c3d
Show file tree
Hide file tree
Showing 41 changed files with 69 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OPEN5GS_VERSION=v2.7.1
OPEN5GS_VERSION=v2.7.2
UBUNTU_VERSION=jammy
MONGODB_VERSION=6.0
NODE_VERSION=20
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ The `.env` file is used to build the images using Make or Docker Compose, as wel

`OPEN5GS_VERSION` is the version of Open5GS to use.
- Accepted values are the tags, branches or commit IDs used in the Open5GS project
- Default value: v2.7.1
- Tested values: v2.5.5, v2.5.6, v2.5.8, v2.6.1, v2.6.2, v2.6.3, v2.6.4, v2.6.6, v2.7.0, v2.7.1
- Default value: v2.7.2
- Tested values: v2.5.5, v2.5.6, v2.5.8, v2.6.1, v2.6.2, v2.6.3, v2.6.4, v2.6.6, v2.7.0, v2.7.1, v2.7.2

`UBUNTU_VERSION` is the version of the ubuntu Docker image used as base for the containers.
- Accepted values are the tags used by Ubuntu in Docker Hub
Expand Down Expand Up @@ -134,9 +134,12 @@ docker compose -f compose-files/basic/docker-compose.yaml --env-file=.env down

You can download the packaged charts from the repository or you can use the ones built by yourself.

Current `CHART_VERSION` value for the Open5GS chart is 0.3.1, using `OPEN5GS_VERSION` v2.7.2 as default.
The `CHART_VERSION` for individual charts is 0.3.0, using `OPEN5GS_VERSION` v2.7.2 as default.

To download a chart:
```bash
helm pull oci://registry-1.docker.io/borieher/<chart_name> --version <chart_version>
helm pull oci://registry-1.docker.io/borieher/<chart_name> --version <CHART_VERSION>
```

To install a chart run:
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "OPEN5GS_VERSION" {
default = "v2.7.1"
default = "v2.7.2"
}

variable "UBUNTU_VERSION" {
Expand Down
4 changes: 2 additions & 2 deletions helm/amf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2

name: amf
description: Open5GS AMF Helm chart for Kubernetes
version: 0.2.0
version: 0.3.0
type: application
appVersion: "v2.7.1"
appVersion: "v2.7.2"

icon: https://open5gs.org/assets/img/open5gs-logo.png

Expand Down
2 changes: 1 addition & 1 deletion helm/amf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
image:
registry: ghcr.io
repository: borjis131/amf
tag: "v2.7.1"
tag: "v2.7.2"
pullPolicy: IfNotPresent

services:
Expand Down
4 changes: 2 additions & 2 deletions helm/ausf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2

name: ausf
description: Open5GS AUSF Helm chart for Kubernetes
version: 0.2.0
version: 0.3.0
type: application
appVersion: "v2.7.1"
appVersion: "v2.7.2"

icon: https://open5gs.org/assets/img/open5gs-logo.png

Expand Down
2 changes: 1 addition & 1 deletion helm/ausf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
image:
registry: ghcr.io
repository: borjis131/ausf
tag: "v2.7.1"
tag: "v2.7.2"
pullPolicy: IfNotPresent

config: {}
Expand Down
4 changes: 2 additions & 2 deletions helm/bsf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2

name: bsf
description: Open5GS BSF Helm chart for Kubernetes
version: 0.2.0
version: 0.3.0
type: application
appVersion: "v2.7.1"
appVersion: "v2.7.2"

icon: https://open5gs.org/assets/img/open5gs-logo.png

Expand Down
2 changes: 1 addition & 1 deletion helm/bsf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
image:
registry: ghcr.io
repository: borjis131/bsf
tag: "v2.7.1"
tag: "v2.7.2"
pullPolicy: IfNotPresent

config: {}
Expand Down
4 changes: 2 additions & 2 deletions helm/nrf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2

name: nrf
description: Open5GS NRF Helm chart for Kubernetes
version: 0.2.0
version: 0.3.0
type: application
appVersion: "v2.7.1"
appVersion: "v2.7.2"

icon: https://open5gs.org/assets/img/open5gs-logo.png

Expand Down
2 changes: 1 addition & 1 deletion helm/nrf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
image:
registry: ghcr.io
repository: borjis131/nrf
tag: "v2.7.1"
tag: "v2.7.2"
pullPolicy: IfNotPresent

config: {}
Expand Down
4 changes: 2 additions & 2 deletions helm/nssf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2

name: nssf
description: Open5GS NSSF Helm chart for Kubernetes
version: 0.2.0
version: 0.3.0
type: application
appVersion: "v2.7.1"
appVersion: "v2.7.2"

icon: https://open5gs.org/assets/img/open5gs-logo.png

Expand Down
2 changes: 1 addition & 1 deletion helm/nssf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
image:
registry: ghcr.io
repository: borjis131/nssf
tag: "v2.7.1"
tag: "v2.7.2"
pullPolicy: IfNotPresent

config: {}
Expand Down
26 changes: 13 additions & 13 deletions helm/open5gs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2

name: open5gs
description: Open5GS deployment Helm chart for Kubernetes
version: 0.3.0
version: 0.3.1
type: application
appVersion: "v2.7.1"
appVersion: "v2.7.2"

icon: https://open5gs.org/assets/img/open5gs-logo.png

Expand All @@ -16,55 +16,55 @@ dependencies:

- name: webui
repository: file://../webui
version: 0.2.0
version: 0.3.0
condition: webui.enabled

- name: nrf
repository: file://../nrf
version: 0.2.0
version: 0.3.0
condition: nrf.enabled

- name: ausf
repository: file://../ausf
version: 0.2.0
version: 0.3.0
condition: ausf.enabled

- name: bsf
repository: file://../bsf
version: 0.2.0
version: 0.3.0
condition: bsf.enabled

- name: nssf
repository: file://../nssf
version: 0.2.0
version: 0.3.0
condition: nssf.enabled

- name: pcf
repository: file://../pcf
version: 0.2.0
version: 0.3.0
condition: pcf.enabled

- name: udm
repository: file://../udm
version: 0.2.0
version: 0.3.0
condition: udm.enabled

- name: udr
repository: file://../udr
version: 0.2.0
version: 0.3.0
condition: udr.enabled

- name: amf
repository: file://../amf
version: 0.2.0
version: 0.3.0
condition: amf.enabled

- name: smf
repository: file://../smf
version: 0.2.0
version: 0.3.0
condition: smf.enabled

- name: upf
repository: file://../upf
version: 0.2.0
version: 0.3.0
condition: upf.enabled
4 changes: 2 additions & 2 deletions helm/pcf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2

name: pcf
description: Open5GS PCF Helm chart for Kubernetes
version: 0.2.0
version: 0.3.0
type: application
appVersion: "v2.7.1"
appVersion: "v2.7.2"

icon: https://open5gs.org/assets/img/open5gs-logo.png

Expand Down
2 changes: 1 addition & 1 deletion helm/pcf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
image:
registry: ghcr.io
repository: borjis131/pcf
tag: "v2.7.1"
tag: "v2.7.2"
pullPolicy: IfNotPresent

config: {}
Expand Down
4 changes: 2 additions & 2 deletions helm/smf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2

name: smf
description: Open5GS SMF Helm chart for Kubernetes
version: 0.2.0
version: 0.3.0
type: application
appVersion: "v2.7.1"
appVersion: "v2.7.2"

icon: https://open5gs.org/assets/img/open5gs-logo.png

Expand Down
2 changes: 1 addition & 1 deletion helm/smf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
image:
registry: ghcr.io
repository: borjis131/smf
tag: "v2.7.1"
tag: "v2.7.2"
pullPolicy: IfNotPresent

config: {}
Expand Down
4 changes: 2 additions & 2 deletions helm/udm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2

name: udm
description: Open5GS UDM Helm chart for Kubernetes
version: 0.2.0
version: 0.3.0
type: application
appVersion: "v2.7.1"
appVersion: "v2.7.2"

icon: https://open5gs.org/assets/img/open5gs-logo.png

Expand Down
2 changes: 1 addition & 1 deletion helm/udm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
image:
registry: ghcr.io
repository: borjis131/udm
tag: "v2.7.1"
tag: "v2.7.2"
pullPolicy: IfNotPresent

config: {}
Expand Down
4 changes: 2 additions & 2 deletions helm/udr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2

name: udr
description: Open5GS UDR Helm chart for Kubernetes
version: 0.2.0
version: 0.3.0
type: application
appVersion: "v2.7.1"
appVersion: "v2.7.2"

icon: https://open5gs.org/assets/img/open5gs-logo.png

Expand Down
2 changes: 1 addition & 1 deletion helm/udr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
image:
registry: ghcr.io
repository: borjis131/udr
tag: "v2.7.1"
tag: "v2.7.2"
pullPolicy: IfNotPresent

config: {}
Expand Down
4 changes: 2 additions & 2 deletions helm/upf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2

name: upf
description: Open5GS UPF Helm chart for Kubernetes
version: 0.2.0
version: 0.3.0
type: application
appVersion: "v2.7.1"
appVersion: "v2.7.2"

icon: https://open5gs.org/assets/img/open5gs-logo.png

Expand Down
2 changes: 1 addition & 1 deletion helm/upf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
image:
registry: ghcr.io
repository: borjis131/upf
tag: "v2.7.1"
tag: "v2.7.2"
pullPolicy: IfNotPresent

services:
Expand Down
4 changes: 2 additions & 2 deletions helm/webui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2

name: webui
description: Open5GS WebUI Helm chart for Kubernetes
version: 0.2.0
version: 0.3.0
type: application
appVersion: "v2.7.1"
appVersion: "v2.7.2"

icon: https://open5gs.org/assets/img/open5gs-logo.png

Expand Down
2 changes: 1 addition & 1 deletion helm/webui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
image:
registry: ghcr.io
repository: borjis131/webui
tag: "v2.7.1"
tag: "v2.7.2"
pullPolicy: IfNotPresent

services:
Expand Down
2 changes: 1 addition & 1 deletion images/amf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.7.1"
ARG OPEN5GS_VERSION="v2.7.2"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/ausf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.7.1"
ARG OPEN5GS_VERSION="v2.7.2"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/base-open5gs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG UBUNTU_VERSION="jammy"
FROM ubuntu:${UBUNTU_VERSION}

# build-time arguments
ARG OPEN5GS_VERSION="v2.7.1"
ARG OPEN5GS_VERSION="v2.7.2"
ARG DEBIAN_FRONTEND="noninteractive"

# install dependencies
Expand Down
2 changes: 1 addition & 1 deletion images/bsf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.7.1"
ARG OPEN5GS_VERSION="v2.7.2"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/nrf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.7.1"
ARG OPEN5GS_VERSION="v2.7.2"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
Loading

0 comments on commit daf0c3d

Please sign in to comment.