X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm_chart%2Fappmgr%2Fvalues.yaml;fp=helm_chart%2Fappmgr%2Fvalues.yaml;h=8b2fc043661fc386808e1867801a4e75cbf15a41;hb=97e8d9a3254989f086d7ad02c168442832b49946;hp=d27d02007f4e6353b65a543b376cb837f20fc873;hpb=193caf9d7e08b84a0b9c1f0352924a7efd77e77c;p=ric-plt%2Fappmgr.git diff --git a/helm_chart/appmgr/values.yaml b/helm_chart/appmgr/values.yaml index d27d020..8b2fc04 100755 --- a/helm_chart/appmgr/values.yaml +++ b/helm_chart/appmgr/values.yaml @@ -19,7 +19,7 @@ # Modify this section to point to Docker image repository image: #repository: "snapshot.docker.ranco-dev-tools.eastus.cloudapp.azure.com:10001" - repository: "k8s-cluster-docker-helm-repo:5000" + repository: "192.168.0.6:5000" #repositoryCred: # user: docker @@ -31,7 +31,7 @@ image: # xAppmanager Docker image name and tag name: appmgr - tag: 1.0.0 + tag: 1.0.1 #nameOverride: "" #fullnameOverride: "" @@ -58,7 +58,7 @@ appconfig: "host": ":8080" "helm": # Remote helm repo URL. UPDATE this as required. - "repo": "https://k8s-cluster-docker-helm-repo/helm_charts" + "repo": "http://192.168.0.6/charts" # Repo name referred within the appmgr "repo-name": "helm-repo" @@ -71,12 +71,14 @@ appconfig: # helm username and password files "helm-username-file": "/opt/ric/secret/helm_repo_username" "helm-password-file": "/opt/ric/secret/helm_repo_password" + "retry": 1 "xapp": #Namespace to install xAPPs "namespace": "ricxapp" - - #File containing xAPP message types - "msg_type_file": "msg_type.yaml" + "tarDir": "/tmp" + "schema": "descriptors/schema.json" + "config": "config/config-file.json" + "tmpConfig": "/tmp/config-file.json" # To be provided as env variables appenv: