This patch introduces a new structure of the it/dep repo.
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / e2mgr / values.yaml
similarity index 81%
rename from ricplt/e2mgr/charts/e2mgr/values.yaml
rename to ric-platform/50-RIC-Platform/helm/e2mgr/values.yaml
index 830a5db..a62acc9 100644 (file)
 #################################################################
 # application image
 
+repository: "nexus3.o-ran-sc.org:10004"
+imagePullPolicy: IfNotPresent
+repositoryCred: docker-reg-cred
+
+
+# Uncomment the following line to override the docker registry
+#repositoryOverride: ""
+
+
+# Uncomment the following line to override the docker registry credential
+#repositoryCredOverride: ""
+
+# Uncomment the following line to override the image pull policy
+#imagePullPolicyOverride: ""
+
+
+
 image:
-  repository: "${__RUNRICENV_DOCKER_HOST__}:${__RUNRICENV_DOCKER_PORT__}"
-  repositoryCred: docker-reg-cred
   name: e2mgr
   tag: 1.0.0 
-  pullPolicy: IfNotPresent
 
 
 replicaCount: 1