blob: 5a43eefc0374be1883210a9292254842aa2b0a3b [file] [log] [blame]
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +01001# Copyright © 2020 Orange
vv770de8c5c682021-04-15 12:21:36 -04002# Copyright © 2021 Nokia, AT&T
ajay_dp001cf5232a2021-04-13 20:48:07 +05303# Modifications Copyright (C) 2021 Nordix Foundation.
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +01004#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16
17global:
18 # Repositories used
19 repository: nexus3.onap.org:10001
20 dockerHubRepository: docker.io
21 elasticRepository: docker.elastic.co
22 googleK8sRepository: k8s.gcr.io
Vijay Venkatesh Kumar8c465172021-06-03 16:51:33 -040023 githubContainerRegistry: ghcr.io
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010024
25 # common global images
26 busyboxImage: busybox:1.32
Sylvain Desbureaux3b83d7a2021-12-10 11:10:56 +010027 curlImage: curlimages/curl:7.80.0
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010028 envsubstImage: dibi/envsubst:1
29 # there's only latest image for htpasswd
30 htpasswdImage: xmartlabs/htpasswd:latest
Sylvain Desbureaux1e997192021-02-28 14:59:22 +010031 jettyImage: jetty:9-jdk11-slim
Sylvain Desbureauxb26ce1c2021-12-10 11:13:35 +010032 jreImage: onap/integration-java11:10.0.0
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010033 kubectlImage: bitnami/kubectl:1.19
34 loggingImage: beats/filebeat:5.5.0
Sylvain Desbureaux0d2cf1a2022-01-05 16:08:27 +010035 mariadbImage: bitnami/mariadb:10.6.5-debian-10-r28
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010036 nginxImage: bitnami/nginx:1.18-debian-10
Tomasz Pietruszkiewicze24ed0b2021-03-18 11:14:06 +010037 postgresImage: crunchydata/crunchy-postgres:centos8-13.2-4.6.1
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010038 readinessImage: onap/oom/readiness:3.0.1
vv770de8c5c682021-04-15 12:21:36 -040039 dcaePolicySyncImage: onap/org.onap.dcaegen2.deployments.dcae-services-policy-sync:1.0.1
ajay_dp001cf5232a2021-04-13 20:48:07 +053040 dbcClientImage: onap/dmaap/dbc-client:2.0.7
othman touijer2b764d02022-01-05 14:40:37 +010041 quitQuitImage: onap/oom/readiness:4.1.0
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010042
43 # Default credentials
44 # they're optional. If the target repository doesn't need them, comment them
45 repositoryCred:
46 user: docker
47 password: docker
48 # If you want / need authentication on the repositories, please set
49 # Don't set them if the target repo is the same than others
50 # dockerHubCred:
51 # user: myuser
52 # password: mypassord
53 # elasticCred:
54 # user: myuser
55 # password: mypassord
56 # googleK8sCred:
57 # user: myuser
58 # password: mypassord
59
60imageRepoMapping:
61 busyboxImage: dockerHubRepository
62 curlImage: dockerHubRepository
63 envsubstImage: dockerHubRepository
64 htpasswdImage: dockerHubRepository
Sylvain Desbureaux1e997192021-02-28 14:59:22 +010065 jettyImage: dockerHubRepository
Sylvain Desbureaux145140b2020-11-19 16:48:39 +010066 jreImage: repository
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010067 kubectlImage: dockerHubRepository
68 loggingImage: elasticRepository
69 mariadbImage: dockerHubRepository
70 nginxImage: dockerHubRepository
71 postgresImage: dockerHubRepository
72 readinessImage: repository
vv770de8c5c682021-04-15 12:21:36 -040073 dcaePolicySyncImage: repository
ajay_dp001cf5232a2021-04-13 20:48:07 +053074 dbcClientImage: repository
othman touijer2b764d02022-01-05 14:40:37 +010075 quitQuitImage: repository