X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fappmgr%2Ftemplates%2Fappconfig.yaml;h=2cbc0a1a5b3465e092cf6528f9ccd01caa0210fe;hb=6e02fd8dfc47a1779fb3396e5e2b6567938b46ef;hp=cc3808524e48c4941d1146c2dc3b1cf196573b5f;hpb=38dc857062b14145f5b9db89d10eba0ae5b90d11;p=ric-plt%2Fric-dep.git diff --git a/helm/appmgr/templates/appconfig.yaml b/helm/appmgr/templates/appconfig.yaml index cc38085..2cbc0a1 100644 --- a/helm/appmgr/templates/appconfig.yaml +++ b/helm/appmgr/templates/appconfig.yaml @@ -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 -}}