blob: 386ba9b490f3f2ead1893a2e459dbffd79e48fa0 [file] [log] [blame]
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +01001# Copyright © 2020 Orange
Remigiusz Janeczek42177a12020-12-10 13:10:15 +01002# Copyright © 2021 Nokia
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +01003#
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
16global:
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
Joanna Jeremicz5b03f952021-01-27 13:15:16 +010026 certServiceClientImage: onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.3.3
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010027 envsubstImage: dibi/envsubst:1
28 # there's only latest image for htpasswd
29 htpasswdImage: xmartlabs/htpasswd:latest
Sylvain Desbureaux145140b2020-11-19 16:48:39 +010030 jreImage: onap/integration-java11:7.1.0
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010031 kubectlImage: bitnami/kubectl:1.19
32 loggingImage: beats/filebeat:5.5.0
Sylvain Desbureaux93a5b492020-11-27 11:07:42 +010033 mariadbImage: bitnami/mariadb:10.5.8
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010034 nginxImage: bitnami/nginx:1.18-debian-10
Tomasz Pietruszkiewicze24ed0b2021-03-18 11:14:06 +010035 postgresImage: crunchydata/crunchy-postgres:centos8-13.2-4.6.1
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010036 readinessImage: onap/oom/readiness:3.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
55imageRepoMapping:
56 busyboxImage: dockerHubRepository
57 curlImage: dockerHubRepository
Remigiusz Janeczek42177a12020-12-10 13:10:15 +010058 certServiceClientImage: repository
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010059 envsubstImage: dockerHubRepository
60 htpasswdImage: dockerHubRepository
Sylvain Desbureaux145140b2020-11-19 16:48:39 +010061 jreImage: repository
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010062 kubectlImage: dockerHubRepository
63 loggingImage: elasticRepository
64 mariadbImage: dockerHubRepository
65 nginxImage: dockerHubRepository
66 postgresImage: dockerHubRepository
67 readinessImage: repository