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