From 5b72a1f06e35ae005104404477f481a61787f16b Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Mon, 6 May 2019 09:59:27 -0400 Subject: [PATCH] Add nexus3 registry coordinates for ric-dash-be image Use staging repository [nexus3.o-ran-sc.org:10004/ric-dash-be] Also rename directory to portal-ric-dashboard Change-Id: I78431ee057062ede5067efd0c9be855cfdeff5b4 Signed-off-by: Lott, Christopher (cl778h) --- aux/{ric-dashboard => portal-ric-dashboard}/.helmignore | 0 aux/{ric-dashboard => portal-ric-dashboard}/Chart.yaml | 0 aux/{ric-dashboard => portal-ric-dashboard}/templates/NOTES.txt | 0 aux/{ric-dashboard => portal-ric-dashboard}/templates/_helpers.tpl | 0 .../templates/configmap.yaml | 0 .../templates/deployment.yaml | 0 aux/{ric-dashboard => portal-ric-dashboard}/templates/ingress.yaml | 0 aux/{ric-dashboard => portal-ric-dashboard}/templates/service.yaml | 0 .../templates/tests/test-connection.yaml | 0 aux/{ric-dashboard => portal-ric-dashboard}/values.yaml | 6 +++--- 10 files changed, 3 insertions(+), 3 deletions(-) rename aux/{ric-dashboard => portal-ric-dashboard}/.helmignore (100%) rename aux/{ric-dashboard => portal-ric-dashboard}/Chart.yaml (100%) rename aux/{ric-dashboard => portal-ric-dashboard}/templates/NOTES.txt (100%) rename aux/{ric-dashboard => portal-ric-dashboard}/templates/_helpers.tpl (100%) rename aux/{ric-dashboard => portal-ric-dashboard}/templates/configmap.yaml (100%) rename aux/{ric-dashboard => portal-ric-dashboard}/templates/deployment.yaml (100%) rename aux/{ric-dashboard => portal-ric-dashboard}/templates/ingress.yaml (100%) rename aux/{ric-dashboard => portal-ric-dashboard}/templates/service.yaml (100%) rename aux/{ric-dashboard => portal-ric-dashboard}/templates/tests/test-connection.yaml (100%) rename aux/{ric-dashboard => portal-ric-dashboard}/values.yaml (96%) diff --git a/aux/ric-dashboard/.helmignore b/aux/portal-ric-dashboard/.helmignore similarity index 100% rename from aux/ric-dashboard/.helmignore rename to aux/portal-ric-dashboard/.helmignore diff --git a/aux/ric-dashboard/Chart.yaml b/aux/portal-ric-dashboard/Chart.yaml similarity index 100% rename from aux/ric-dashboard/Chart.yaml rename to aux/portal-ric-dashboard/Chart.yaml diff --git a/aux/ric-dashboard/templates/NOTES.txt b/aux/portal-ric-dashboard/templates/NOTES.txt similarity index 100% rename from aux/ric-dashboard/templates/NOTES.txt rename to aux/portal-ric-dashboard/templates/NOTES.txt diff --git a/aux/ric-dashboard/templates/_helpers.tpl b/aux/portal-ric-dashboard/templates/_helpers.tpl similarity index 100% rename from aux/ric-dashboard/templates/_helpers.tpl rename to aux/portal-ric-dashboard/templates/_helpers.tpl diff --git a/aux/ric-dashboard/templates/configmap.yaml b/aux/portal-ric-dashboard/templates/configmap.yaml similarity index 100% rename from aux/ric-dashboard/templates/configmap.yaml rename to aux/portal-ric-dashboard/templates/configmap.yaml diff --git a/aux/ric-dashboard/templates/deployment.yaml b/aux/portal-ric-dashboard/templates/deployment.yaml similarity index 100% rename from aux/ric-dashboard/templates/deployment.yaml rename to aux/portal-ric-dashboard/templates/deployment.yaml diff --git a/aux/ric-dashboard/templates/ingress.yaml b/aux/portal-ric-dashboard/templates/ingress.yaml similarity index 100% rename from aux/ric-dashboard/templates/ingress.yaml rename to aux/portal-ric-dashboard/templates/ingress.yaml diff --git a/aux/ric-dashboard/templates/service.yaml b/aux/portal-ric-dashboard/templates/service.yaml similarity index 100% rename from aux/ric-dashboard/templates/service.yaml rename to aux/portal-ric-dashboard/templates/service.yaml diff --git a/aux/ric-dashboard/templates/tests/test-connection.yaml b/aux/portal-ric-dashboard/templates/tests/test-connection.yaml similarity index 100% rename from aux/ric-dashboard/templates/tests/test-connection.yaml rename to aux/portal-ric-dashboard/templates/tests/test-connection.yaml diff --git a/aux/ric-dashboard/values.yaml b/aux/portal-ric-dashboard/values.yaml similarity index 96% rename from aux/ric-dashboard/values.yaml rename to aux/portal-ric-dashboard/values.yaml index 6a4106e8..a1b74c2f 100644 --- a/aux/ric-dashboard/values.yaml +++ b/aux/portal-ric-dashboard/values.yaml @@ -22,9 +22,9 @@ replicaCount: 1 image: - repository: ric-dash-be - tag: 1.0.0-SNAPSHOT - pullPolicy: Never # Someday: IfNotPresent + repository: nexus3.o-ran-sc.org:10004/ric-dash-be + tag: 1.0.1 + pullPolicy: IfNotPresent nameOverride: "" fullnameOverride: "" -- 2.16.6