bf21e2da08713dcc5a5c90ec3b27f4bd79809a49
[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   envsubstImage: dibi/envsubst:1
27   # there's only latest image for htpasswd
28   htpasswdImage: xmartlabs/htpasswd:latest
29   jreImage: onap/integration-java11:7.1.0
30   kubectlImage: bitnami/kubectl:1.19
31   loggingImage: beats/filebeat:5.5.0
32   mariadbImage: bitnami/mariadb:10.5.8
33   nginxImage: bitnami/nginx:1.18-debian-10
34   postgresImage: crunchydata/crunchy-postgres:centos8-13.2-4.6.1
35   readinessImage: onap/oom/readiness:3.0.1
36   dcaePolicySyncImage: onap/org.onap.dcaegen2.deployments.dcae-services-policy-sync:1.0.1
37
38   # Default credentials
39   # they're optional. If the target repository doesn't need them, comment them
40   repositoryCred:
41     user: docker
42     password: docker
43   # If you want / need authentication on the repositories, please set
44   # Don't set them if the target repo is the same than others
45   # dockerHubCred:
46   #   user: myuser
47   #   password: mypassord
48   # elasticCred:
49   #   user: myuser
50   #   password: mypassord
51   # googleK8sCred:
52   #   user: myuser
53   #   password: mypassord
54
55 imageRepoMapping:
56   busyboxImage: dockerHubRepository
57   curlImage: dockerHubRepository
58   envsubstImage: dockerHubRepository
59   htpasswdImage: dockerHubRepository
60   jreImage: repository
61   kubectlImage: dockerHubRepository
62   loggingImage: elasticRepository
63   mariadbImage: dockerHubRepository
64   nginxImage: dockerHubRepository
65   postgresImage: dockerHubRepository
66   readinessImage: repository
67   dcaePolicySyncImage: repository