From fd5d3c5479d7e23be53ccac35321c3b37a2e64fc Mon Sep 17 00:00:00 2001 From: turletti <turletti@gmail.com> Date: Tue, 2 Apr 2024 09:57:59 +0200 Subject: [PATCH] create branch for ducu split --- charts/oai-5g-ran/oai-du/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/oai-5g-ran/oai-du/values.yaml b/charts/oai-5g-ran/oai-du/values.yaml index 98881a69..86da6008 100644 --- a/charts/oai-5g-ran/oai-du/values.yaml +++ b/charts/oai-5g-ran/oai-du/values.yaml @@ -2,7 +2,7 @@ kubernetesType: Vanilla #Vanilla for community kubernetes distribution else Ope ## In case of using these charts on Openshift then please use UBI images ## To know more about them follow this tutorial https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-fed/-/tree/master/openshift -nfimage: # image name either locally present or in a public/private repository +nfimage: # image name either locally present or in a public/private repository repository: docker.io/oaisoftwarealliance/oai-gnb ## dockerhub oaisoftwarealliance/oai-gnb version: 2023.w49 # image tag or develop # pullPolicy: IfNotPresent or Never or Always -- GitLab