X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-infra%2F15-Chartmuseum%2Fhelm%2Fchartmuseum%2Fvalues.yaml;h=026e3fd0f8f3d64b1993f9514110d80715e67908;hb=refs%2Fchanges%2F41%2F741%2F6;hp=203a678a52ca6735a3809f6f5b874dec05646aec;hpb=76eae6abc4d7b37d7e1852bb5f6e15ac2f081eb1;p=it%2Fdep.git diff --git a/ric-infra/15-Chartmuseum/helm/chartmuseum/values.yaml b/ric-infra/15-Chartmuseum/helm/chartmuseum/values.yaml index 203a678a..026e3fd0 100644 --- a/ric-infra/15-Chartmuseum/helm/chartmuseum/values.yaml +++ b/ric-infra/15-Chartmuseum/helm/chartmuseum/values.yaml @@ -18,20 +18,27 @@ # Default values for nexus. # This is a YAML-formatted file. # Declare variables to be passed into your templates. -repository: "registry.hub.docker.com" +repository: "docker.io" imagePullPolicy: IfNotPresent repositoryCred: docker-reg-cred helmRepositoryCert: xapp-mgr-certs chartmuseum: + repositoryOverride: "docker.io" replicaCount: 1 + job: + image: + name: alpine + tag: latest + # This is designed to be deployed using local image image: name: chartmuseum/chartmuseum tag: v0.8.2 - +# Specify a storage class to bypass the local storage definition. +# storageclass: storagesize: 2Gi - datapath: /tmp/chartmuseum-data/ + datapath: /opt/data/chartmuseum-data