Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / common / repositoryGenerator / values.yaml
1 # Copyright © 2020 Orange
2 # Copyright © 2021 Nokia, AT&T
3 # Modifications Copyright (c) 2022 Nordix Foundation.
4 #
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
8 #
9 #       http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16
17 global:
18   # Repositories used
19   repository: nexus3.onap.org:10001
20   dockerHubRepository: docker.io
21   elasticRepository: docker.elastic.co
22   googleK8sRepository: k8s.gcr.io
23   githubContainerRegistry: ghcr.io
24   quayRepository: quay.io
25
26   # common global images
27   busyboxImage: busybox:1.34.1
28   curlImage: curlimages/curl:7.80.0
29   envsubstImage: dibi/envsubst:1
30   # there's only latest image for htpasswd
31   htpasswdImage: xmartlabs/htpasswd:latest
32   # if you change jetty image, you'll also need to update jar file which is
33   # "hardcoded" to the value...
34   # (/usr/local/jetty/lib/jetty-util-9.4.45.v20220203.jar) for 9.4.45
35   jettyImage: jetty:9.4.45-jdk11-slim
36   jreImage: onap/integration-java11:10.0.0
37   kubectlImage: bitnami/kubectl:1.22.4
38   loggingImage: beats/filebeat:5.5.0
39   mariadbImage: bitnami/mariadb:10.5.8
40   nginxImage: bitnami/nginx:1.21.4
41   postgresImage: crunchydata/crunchy-postgres:centos8-13.2-4.6.1
42   readinessImage: onap/oom/readiness:6.0.3
43   dcaePolicySyncImage: onap/org.onap.dcaegen2.deployments.dcae-services-policy-sync:1.0.1
44   drProvClientImage: onap/dmaap/datarouter-prov-client:2.1.15
45   quitQuitImage: onap/oom/readiness:6.0.3
46
47   # Default credentials
48   # they're optional. If the target repository doesn't need them, comment them
49   repositoryCred:
50     user: docker
51     password: docker
52   # If you want / need authentication on the repositories, please set
53   # Don't set them if the target repo is the same than others
54   # dockerHubCred:
55   #   user: myuser
56   #   password: mypassord
57   # elasticCred:
58   #   user: myuser
59   #   password: mypassord
60   # googleK8sCred:
61   #   user: myuser
62   #   password: mypassord
63
64 imageRepoMapping:
65   busyboxImage: dockerHubRepository
66   curlImage: dockerHubRepository
67   envsubstImage: dockerHubRepository
68   htpasswdImage: dockerHubRepository
69   jettyImage: dockerHubRepository
70   jreImage: repository
71   kubectlImage: dockerHubRepository
72   loggingImage: elasticRepository
73   mariadbImage: dockerHubRepository
74   nginxImage: dockerHubRepository
75   postgresImage: dockerHubRepository
76   readinessImage: repository
77   dcaePolicySyncImage: repository
78   drProvClientImage: repository
79   quitQuitImage: repository