-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* major open5gs chart refactor * upgrade open5gs chart refactor * upgrade open5gs chart refactor - fix pcrf EnvVars * lint correction * lint correction - now OK Co-authored-by: Carlos Giraldo <[email protected]>
- Loading branch information
1 parent
68640e7
commit fd7ce00
Showing
100 changed files
with
5,219 additions
and
2,912 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
apiVersion: v2 | ||
appVersion: "2.4.4" | ||
appVersion: "2.4.8" | ||
description: > | ||
Helm chart to deploy Open5gs services on Kubernetes. | ||
home: https://github.com/gradiant/openverso-charts | ||
|
@@ -10,7 +10,7 @@ maintainers: | |
- email: [email protected] | ||
name: cgiraldo | ||
name: open5gs | ||
version: 0.5.0 | ||
version: 1.1.0 | ||
keywords: | ||
- epc | ||
- ngc | ||
|
@@ -21,6 +21,6 @@ dependencies: | |
- bitnami-common | ||
version: 1.x.x | ||
- name: mongodb | ||
version: ~9.2.2 | ||
version: ~12.1.19 | ||
repository: https://charts.bitnami.com/bitnami | ||
condition: mongodb.enabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
{{- if eq .Values.hss.configType "configYaml" }} | ||
{{ toYaml .Values.hss.configYaml }} | ||
{{- else if eq .Values.hss.configType "config" }} | ||
db_uri: {{ default (printf "mongodb://%s-mongodb/open5gs" .Release.Name) .Values.db_uri }} | ||
|
||
logger: | ||
level: {{ .Values.hss.config.logLevel }} | ||
parameter: {} | ||
|
||
hss: | ||
freeDiameter: hss.conf | ||
|
||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
{{- if eq .Values.pcrf.configType "configYaml" }} | ||
{{ toYaml .Values.pcrf.configYaml }} | ||
{{- else if eq .Values.pcrf.configType "config" }} | ||
db_uri: {{ default (printf "mongodb://%s-mongodb/open5gs" .Release.Name) .Values.db_uri }} | ||
|
||
logger: | ||
level: {{ .Values.pcrf.config.logLevel }} | ||
parameter: {} | ||
|
||
pcrf: | ||
freeDiameter: pcrf.conf | ||
|
||
{{- end }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,18 @@ | ||
{{- if eq .Values.upf.configType "configYaml" }} | ||
{{ toYaml .Values.upf.configYaml }} | ||
{{- else if eq .Values.upf.configType "config" }} | ||
logger: | ||
level: {{ .Values.upf.config.logLevel }} | ||
parameter: {} | ||
|
||
smf: | ||
pfcp: | ||
- name: "{{ include "common.names.fullname" . }}-smf" | ||
# pfcp: | ||
# - name: "{{ include "common.names.fullname" . }}-smf" | ||
# dnn: internet | ||
|
||
upf: | ||
pfcp: | ||
dev: eth0 | ||
gtpu: | ||
dev: {{ .Values.upf.dev }} | ||
{{- if .Values.upf.externalService.enabled }} | ||
{{- if .Values.upf.externalService.advertise }} | ||
advertise: {{ .Values.upf.externalService.advertise }} | ||
{{- else }} | ||
advertise: {{ include "common.names.fullname" . }}-upf-ext.{{ .Release.Namespace }}.{{ .Values.upf.externalService.advertiseDomain }} | ||
{{- end }} | ||
{{- end }} | ||
dev: {{ .Values.upf.config.dev }} | ||
# advertise: {{ default (printf "%s-%s-udp" (include "common.names.fullname" .) .component) .Values.upf.advertise }} | ||
subnet: | ||
- addr: {{ .Values.upf.config.pdn.addr }} | ||
|
||
{{- end }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash | ||
|
||
set -ex | ||
|
||
{{- range .Values.jobCommands }} | ||
{{ . }} | ||
{{- end }} |
Oops, something went wrong.