Skip to content

Commit 62c0717

Browse files
authored
Merge pull request #41 from gab-arrobo/improvements
Use default init-pod image from sdcore-helm-charts for the "tools"
2 parents 1c31172 + 6142aab commit 62c0717

File tree

3 files changed

+12
-21
lines changed

3 files changed

+12
-21
lines changed

roles/core/templates/radio-5g-values.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,10 @@ omec-user-plane:
217217
enabled: false
218218
images:
219219
repository: "registry.aetherproject.org/proxy/"
220-
# following two lines pull busybox from Docker Hub instead of Aether Registry
221-
tags:
222-
tools: omecproject/busybox:stable
223-
# uncomment following section to add update bess image tag
224-
#tags:
225-
# bess: <bess image tag>
226-
# pfcpiface: <pfcp image tag>
220+
# tags:
221+
# bess: <bess image tag>
222+
# pfcpiface: <pfcp image tag>
223+
# tools: omecproject/busybox:stable
227224
config:
228225
upf:
229226
name: "oaisim"

roles/core/templates/sdcore-5g-sriov-values.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -325,13 +325,10 @@ omec-user-plane:
325325
enabled: true
326326
images:
327327
repository: "registry.aetherproject.org/proxy/"
328-
# following two lines pull busybox from Docker Hub instead of Aether Registry
329-
tags:
330-
tools: omecproject/busybox:stable
331-
# uncomment following section to add update bess image tag
332-
#tags:
333-
# bess: <bess image tag>
334-
# pfcpiface: <pfcp image tag>
328+
# tags:
329+
# bess: <bess image tag>
330+
# pfcpiface: <pfcp image tag>
331+
# tools: omecproject/busybox:stable
335332
config:
336333
upf:
337334
name: "oaisim"

roles/core/templates/sdcore-5g-values.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -325,13 +325,10 @@ omec-user-plane:
325325
enabled: false
326326
images:
327327
repository: "registry.aetherproject.org/proxy/"
328-
# following two lines pull busybox from Docker Hub instead of Aether Registry
329-
tags:
330-
tools: omecproject/busybox:stable
331-
# uncomment following section to add update bess image tag
332-
#tags:
333-
# bess: <bess image tag>
334-
# pfcpiface: <pfcp image tag>
328+
# tags:
329+
# bess: <bess image tag>
330+
# pfcpiface: <pfcp image tag>
331+
# tools: omecproject/busybox:stable
335332
config:
336333
upf:
337334
name: "oaisim"

0 commit comments

Comments
 (0)