Add xapp-onboarder, upgrade ric-common version.
[ric-plt/ric-dep.git] / helm / appmgr / templates / appconfig.yaml
index cc38085..2cbc0a1 100644 (file)
@@ -23,7 +23,7 @@ metadata:
   name: {{ include "common.configmapname.appmgr" . }}-appconfig
 data:
     {{- $restport := (printf ":%s" (include "common.serviceport.appmgr.http" .) ) | quote -}}
-    {{- $defaulthelmrepo := (printf "http://127.0.0.1:%s" (include "common.serviceport.appmgr.chartmuseum.http" .) ) | quote -}}
+    {{- $defaulthelmrepo := (printf "http://%s:%s" (include "common.servicename.xapp-onboarder.server" .) (include "common.serviceport.xapp-onboarder.chartmuseum" .) ) | quote -}}
     {{- $helmrepo := default $defaulthelmrepo .Values.appmgr.repoUrl | quote -}}
     {{- $reponame := default "helm-repo" .Values.appmgr.reponame | quote -}}
     {{- $tillerdeploynamespace := include "common.tillerDeployNameSpace" $ctx -}}