Skip to content

Commit

Permalink
Modify Helm charts, now UPF connects to the SMF. Version 0.3.2 Open5G…
Browse files Browse the repository at this point in the history
…S Helm chart and components version 0.3.1
  • Loading branch information
Borjis131 committed Dec 2, 2024
1 parent 3efddd6 commit 36a15c7
Show file tree
Hide file tree
Showing 16 changed files with 45 additions and 45 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ 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.
Current `CHART_VERSION` value for the Open5GS chart is 0.3.2, using `OPEN5GS_VERSION` v2.7.2 as default.
The `CHART_VERSION` for individual charts is 0.3.1, using `OPEN5GS_VERSION` v2.7.2 as default.

To download a chart:
```bash
Expand Down
4 changes: 2 additions & 2 deletions helm/amf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2

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

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

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

Expand Down
4 changes: 2 additions & 2 deletions helm/bsf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2

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

Expand Down
4 changes: 2 additions & 2 deletions helm/db/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2

name: db
description: Open5GS DB Helm chart for ARMv8 Kubernetes
version: 0.3.0
description: Open5GS DB Helm chart
version: 0.3.1
type: application
appVersion: "6.0.11"

Expand Down
4 changes: 2 additions & 2 deletions helm/nrf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2

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

Expand Down
4 changes: 2 additions & 2 deletions helm/nssf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2

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

Expand Down
28 changes: 14 additions & 14 deletions helm/open5gs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2

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

Expand All @@ -11,60 +11,60 @@ icon: https://open5gs.org/assets/img/open5gs-logo.png
dependencies:
- name: db
repository: file://../db
version: 0.3.0
version: 0.3.1
condition: db.enabled

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

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

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

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

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

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

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

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

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

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

- name: upf
repository: file://../upf
version: 0.3.0
version: 0.3.1
condition: upf.enabled
2 changes: 1 addition & 1 deletion helm/pcf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2

name: pcf
description: Open5GS PCF Helm chart for Kubernetes
description: Open5GS PCF Helm chart
version: 0.3.0
type: application
appVersion: "v2.7.2"
Expand Down
4 changes: 2 additions & 2 deletions helm/smf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2

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

Expand Down
6 changes: 0 additions & 6 deletions helm/smf/configs/smf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ smf:
server:
- dev: eth0
client:
upf:
{{- if eq .Release.Name "upf" }}
- address: upf-service-pfcp
{{- else }}
- address: {{ .Release.Name }}-upf-service-pfcp
{{- end }}
gtpu:
server:
- dev: eth0
Expand Down
4 changes: 2 additions & 2 deletions helm/udm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2

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

Expand Down
4 changes: 2 additions & 2 deletions helm/udr/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2

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

Expand Down
4 changes: 2 additions & 2 deletions helm/upf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2

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

Expand Down
6 changes: 6 additions & 0 deletions helm/upf/configs/upf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ upf:
server:
- dev: eth0
client:
smf:
{{- if eq .Release.Name "smf" }}
- address: smf-service-pfcp
{{- else }}
- address: {{ .Release.Name }}-smf-service-pfcp
{{- end }}
gtpu:
server:
- dev: eth0
Expand Down
4 changes: 2 additions & 2 deletions helm/webui/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2

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

Expand Down

0 comments on commit 36a15c7

Please sign in to comment.