We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ab83d9 + 0adc123 commit d76aed5Copy full SHA for d76aed5
roles/core/defaults/main.yml
@@ -5,5 +5,6 @@ core:
5
ran_subnet: "" # set it to empty to get subnet from 'data_iface'
6
7
helm:
8
+ local_charts: false
9
chart_ref: aether/sd-core
- chart_version: 0.12.6
10
+ chart_version: 1.0.4
roles/upf/defaults/main.yml
@@ -4,7 +4,9 @@ core:
4
upf:
chart_ref: aether/bess-upf
+ chart_version: 1.0.2
values_file: "roles/upf/templates/upf-5g-values.yaml"
11
additional_upfs:
12
"1":
vars/main.yml
@@ -5,8 +5,9 @@ core:
ran_subnet: "172.20.0.0/16" # set it to empty to get subnet from 'data_iface'
13
ip_prefix: "192.168.252.0/24"
0 commit comments