Skip to content

Commit

Permalink
Merge pull request #124 from Gradiant/fix-tpl
Browse files Browse the repository at this point in the history
Fix tpl in open5gs
  • Loading branch information
cgiraldo authored Mar 21, 2023
2 parents 15c34ef + 9740e17 commit 815ce5c
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion charts/open5gs-amf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainers:
- email: [email protected]
name: cgiraldo
name: open5gs-amf
version: 2.0.10
version: 2.0.11
keywords:
- ngc
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-amf/resources/config/amf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amf:
- dev: "eth0"
port: {{ .Values.containerPorts.sbi }}
{{- if .Values.config.sbi.advertise }}
advertise: "{{ tpl .Values.config.sbi.advertise }}"
advertise: "{{ tpl .Values.config.sbi.advertise . }}"
{{- end }}
ngap:
- dev: "eth0"
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-ausf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainers:
- email: [email protected]
name: cgiraldo
name: open5gs-ausf
version: 2.0.4
version: 2.0.5
keywords:
- ngc
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-ausf/resources/config/ausf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ausf:
- dev: "eth0"
port: {{ .Values.containerPorts.sbi }}
{{- if .Values.config.sbi.advertise }}
advertise: "{{ tpl .Values.config.sbi.advertise }}"
advertise: "{{ tpl .Values.config.sbi.advertise . }}"
{{- end }}

nrf:
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-bsf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainers:
- email: [email protected]
name: cgiraldo
name: open5gs-bsf
version: 2.0.4
version: 2.0.5
keywords:
- ngc
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-bsf/resources/config/bsf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bsf:
- dev: "eth0"
port: {{ .Values.containerPorts.sbi }}
{{- if .Values.config.sbi.advertise }}
advertise: "{{ tpl .Values.config.sbi.advertise }}"
advertise: "{{ tpl .Values.config.sbi.advertise . }}"
{{- end }}

nrf:
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-nssf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainers:
- email: [email protected]
name: cgiraldo
name: open5gs-nssf
version: 2.0.4
version: 2.0.5
keywords:
- ngc
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-nssf/resources/config/nssf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nssf:
- dev: "eth0"
port: {{ .Values.containerPorts.sbi }}
{{- if .Values.config.sbi.advertise }}
advertise: "{{ tpl .Values.config.sbi.advertise }}"
advertise: "{{ tpl .Values.config.sbi.advertise . }}"
{{- end }}
nsi:
{{- range .Values.config.nsiList }}
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-pcf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainers:
- email: [email protected]
name: cgiraldo
name: open5gs-pcf
version: 2.0.4
version: 2.0.5
keywords:
- ngc
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-pcf/resources/config/pcf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pcf:
- dev: "eth0"
port: {{ .Values.containerPorts.sbi }}
{{- if .Values.config.sbi.advertise }}
advertise: "{{ tpl .Values.config.sbi.advertise }}"
advertise: "{{ tpl .Values.config.sbi.advertise . }}"
{{- end }}

nrf:
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-sgwu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainers:
- email: [email protected]
name: cgiraldo
name: open5gs-sgwu
version: 2.0.5
version: 2.0.6
keywords:
- ngc
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-sgwu/resources/config/sgwu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sgwu:
- dev: {{ default "eth0" .Values.config.sgwu.gtpu.dev }}
port: {{ .Values.containerPorts.gtpu }}
{{- if .Values.config.sgwu.gtpu.advertise }}
advertise: "{{ tpl .Values.config.sgwu.gtpu.advertise }}"
advertise: "{{ tpl .Values.config.sgwu.gtpu.advertise . }}"
{{- end }}

sgwc:
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-smf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainers:
- email: [email protected]
name: cgiraldo
name: open5gs-smf
version: 2.0.7
version: 2.0.8
keywords:
- ngc
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-smf/resources/config/smf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ smf:
- dev: "eth0"
port: {{ .Values.containerPorts.sbi }}
{{- if .Values.config.sbi.advertise }}
advertise: "{{ tpl .Values.config.sbi.advertise }}"
advertise: "{{ tpl .Values.config.sbi.advertise . }}"
{{- end }}
pfcp:
- dev: "eth0"
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-udm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainers:
- email: [email protected]
name: cgiraldo
name: open5gs-udm
version: 2.0.4
version: 2.0.5
keywords:
- ngc
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-udm/resources/config/udm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ udm:
- dev: "eth0"
port: {{ .Values.containerPorts.sbi }}
{{- if .Values.config.sbi.advertise }}
advertise: "{{ tpl .Values.config.sbi.advertise }}"
advertise: "{{ tpl .Values.config.sbi.advertise . }}"
{{- end }}

nrf:
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-udr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainers:
- email: [email protected]
name: cgiraldo
name: open5gs-udr
version: 2.0.4
version: 2.0.5
keywords:
- ngc
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-udr/resources/config/udr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ udr:
- dev: "eth0"
port: {{ .Values.containerPorts.sbi }}
{{- if .Values.config.sbi.advertise }}
advertise: "{{ tpl .Values.config.sbi.advertise }}"
advertise: "{{ tpl .Values.config.sbi.advertise . }}"
{{- end }}

nrf:
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-upf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainers:
- email: [email protected]
name: cgiraldo
name: open5gs-upf
version: 2.0.6
version: 2.0.7
keywords:
- ngc
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs-upf/resources/config/upf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ upf:
- dev: {{ default "eth0" .Values.config.upf.gtpu.dev }}
port: {{ .Values.containerPorts.gtpu }}
{{- if .Values.config.upf.gtpu.advertise }}
advertise: "{{ tpl .Values.config.upf.gtpu.advertise }}"
advertise: "{{ tpl .Values.config.upf.gtpu.advertise . }}"
{{- end }}
subnet:
{{- range .Values.config.subnetList }}
Expand Down
2 changes: 1 addition & 1 deletion charts/open5gs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainers:
- email: [email protected]
name: cgiraldo
name: open5gs
version: 2.0.9
version: 2.0.10
keywords:
- epc
- ngc
Expand Down

0 comments on commit 815ce5c

Please sign in to comment.