blob: def7381e469766612ee6d5f15a6acc678c21c02c [file] [log] [blame]
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +01001# 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
15global:
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
Sylvain Desbureaux145140b2020-11-19 16:48:39 +010028 jreImage: onap/integration-java11:7.1.0
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010029 kubectlImage: bitnami/kubectl:1.19
30 loggingImage: beats/filebeat:5.5.0
Sylvain Desbureaux93a5b492020-11-27 11:07:42 +010031 mariadbImage: bitnami/mariadb:10.5.8
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010032 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
53imageRepoMapping:
54 busyboxImage: dockerHubRepository
55 curlImage: dockerHubRepository
56 envsubstImage: dockerHubRepository
57 htpasswdImage: dockerHubRepository
Sylvain Desbureaux145140b2020-11-19 16:48:39 +010058 jreImage: repository
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010059 kubectlImage: dockerHubRepository
60 loggingImage: elasticRepository
61 mariadbImage: dockerHubRepository
62 nginxImage: dockerHubRepository
63 postgresImage: dockerHubRepository
64 readinessImage: repository