Merge "[COMMON] Add custom certs into AAF truststore"
[oom.git] / kubernetes / common / repositoryGenerator / values.yaml
1 # Copyright © 2020 Orange
2 # Copyright © 2021 Nokia, AT&T
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16 global:
17   # Repositories used
18   repository: nexus3.onap.org:10001
19   dockerHubRepository: docker.io
20   elasticRepository: docker.elastic.co
21   googleK8sRepository: k8s.gcr.io
22
23   # common global images
24   busyboxImage: busybox:1.32
25   curlImage: curlimages/curl:7.69.1
26   certServiceClientImage: onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.3.3
27   envsubstImage: dibi/envsubst:1
28   # there's only latest image for htpasswd
29   htpasswdImage: xmartlabs/htpasswd:latest
30   jreImage: onap/integration-java11:7.1.0
31   kubectlImage: bitnami/kubectl:1.19
32   loggingImage: beats/filebeat:5.5.0
33   mariadbImage: bitnami/mariadb:10.5.8
34   nginxImage: bitnami/nginx:1.18-debian-10
35   postgresImage: crunchydata/crunchy-postgres:centos8-13.2-4.6.1
36   readinessImage: onap/oom/readiness:3.0.1
37   dcaePolicySyncImage: onap/org.onap.dcaegen2.deployments.dcae-services-policy-sync:1.0.1
38
39   # Default credentials
40   # they're optional. If the target repository doesn't need them, comment them
41   repositoryCred:
42     user: docker
43     password: docker
44   # If you want / need authentication on the repositories, please set
45   # Don't set them if the target repo is the same than others
46   # dockerHubCred:
47   #   user: myuser
48   #   password: mypassord
49   # elasticCred:
50   #   user: myuser
51   #   password: mypassord
52   # googleK8sCred:
53   #   user: myuser
54   #   password: mypassord
55
56 imageRepoMapping:
57   busyboxImage: dockerHubRepository
58   curlImage: dockerHubRepository
59   certServiceClientImage: repository
60   envsubstImage: dockerHubRepository
61   htpasswdImage: dockerHubRepository
62   jreImage: repository
63   kubectlImage: dockerHubRepository
64   loggingImage: elasticRepository
65   mariadbImage: dockerHubRepository
66   nginxImage: dockerHubRepository
67   postgresImage: dockerHubRepository
68   readinessImage: repository
69   dcaePolicySyncImage: repository