Skip to content
Snippets Groups Projects

Completely new helm chart for all the network functions

Merged Sagar Arora requested to merge update-charts into master
Files
15
@@ -11,7 +11,7 @@ oai-nrf:
enabled: true
weight: 1
nfimage: # image name either locally present or in a public/private repository
repository: docker.io/rdefosseoai/oai-nrf ## The image will be pulled from dockerhub
repository: docker.io/oaisoftwarealliance/oai-nrf ## The image will be pulled from dockerhub
version: develop ## The branch to be used to pull from dockerhub
# pullPolicy: IfNotPresent or Never or Always
pullPolicy: IfNotPresent
@@ -22,7 +22,7 @@ oai-udr:
enabled: true
weight: 2
nfimage: # image name either locally present or in a public/private repository
repository: docker.io/rdefosseoai/oai-udr ## The image will be pulled from dockerhub
repository: docker.io/oaisoftwarealliance/oai-udr ## The image will be pulled from dockerhub
version: develop ## The branch to be used to pull from dockerhub
# pullPolicy: IfNotPresent or Never or Always
pullPolicy: IfNotPresent
@@ -33,7 +33,7 @@ oai-udm:
enabled: true
weight: 3
nfimage: # image name either locally present or in a public/private repository
repository: docker.io/rdefosseoai/oai-udm ## The image will be pulled from dockerhub
repository: docker.io/oaisoftwarealliance/oai-udm ## The image will be pulled from dockerhub
version: develop ## The branch to be used to pull from dockerhub
# pullPolicy: IfNotPresent or Never or Always
pullPolicy: IfNotPresent
@@ -44,7 +44,7 @@ oai-ausf:
enabled: true
weight: 4
nfimage: # image name either locally present or in a public/private repository
repository: docker.io/rdefosseoai/oai-ausf ## The image will be pulled from dockerhub
repository: docker.io/oaisoftwarealliance/oai-ausf ## The image will be pulled from dockerhub
version: develop ## The branch to be used to pull from dockerhub
# pullPolicy: IfNotPresent or Never or Always
pullPolicy: IfNotPresent
@@ -55,7 +55,7 @@ oai-amf:
enabled: true
weight: 5
nfimage: # image name either locally present or in a public/private repository
repository: docker.io/rdefosseoai/oai-amf ## The image will be pulled from dockerhub
repository: docker.io/oaisoftwarealliance/oai-amf ## The image will be pulled from dockerhub
version: develop ## The branch to be used to pull from dockerhub
# pullPolicy: IfNotPresent or Never or Always
pullPolicy: IfNotPresent
@@ -93,7 +93,7 @@ oai-spgwu-tiny:
enabled: true
weight: 6
nfimage: # image name either locally present or in a public/private repository
repository: docker.io/rdefosseoai/oai-spgwu-tiny ## The image will be pulled from dockerhub
repository: docker.io/oaisoftwarealliance/oai-spgwu-tiny ## The image will be pulled from dockerhub
version: develop ## The branch to be used to pull from dockerhub
# pullPolicy: IfNotPresent or Never or Always
pullPolicy: IfNotPresent
@@ -117,7 +117,7 @@ oai-smf:
enabled: true
weight: 7
nfimage: # image name either locally present or in a public/private repository
repository: docker.io/rdefosseoai/oai-smf ## The image will be pulled from dockerhub
repository: docker.io/oaisoftwarealliance/oai-smf ## The image will be pulled from dockerhub
version: develop ## The branch to be used to pull from dockerhub
# pullPolicy: IfNotPresent or Never or Always
pullPolicy: IfNotPresent
Loading