blob: 2c94c29b1535efdddbcd7f4c098520a7cdd85e34 [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_dp001e9b1e322021-11-02 20:42:12 +05303# Modifications Copyright (c) 2022 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
Andreas Geissler784322d2022-08-25 12:28:38 +020024 quayRepository: quay.io
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010025
26 # common global images
Sylvain Desbureauxfe170ab2021-12-10 11:08:13 +010027 busyboxImage: busybox:1.34.1
Sylvain Desbureaux3b83d7a2021-12-10 11:10:56 +010028 curlImage: curlimages/curl:7.80.0
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010029 envsubstImage: dibi/envsubst:1
30 # there's only latest image for htpasswd
31 htpasswdImage: xmartlabs/htpasswd:latest
Sylvain Desbureauxedc1daa2022-02-15 15:27:44 +010032 # if you change jetty image, you'll also need to update jar file which is
33 # "hardcoded" to the value...
34 # (/usr/local/jetty/lib/jetty-util-9.4.45.v20220203.jar) for 9.4.45
35 jettyImage: jetty:9.4.45-jdk11-slim
Sylvain Desbureauxb26ce1c2021-12-10 11:13:35 +010036 jreImage: onap/integration-java11:10.0.0
Sylvain Desbureaux8e8695a2021-12-10 11:15:31 +010037 kubectlImage: bitnami/kubectl:1.22.4
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010038 loggingImage: beats/filebeat:5.5.0
Michal Jagiello4bc879a2022-04-20 12:58:42 +000039 mariadbImage: bitnami/mariadb:10.5.8
Sylvain Desbureaux8da38132021-12-10 11:18:32 +010040 nginxImage: bitnami/nginx:1.21.4
Tomasz Pietruszkiewicze24ed0b2021-03-18 11:14:06 +010041 postgresImage: crunchydata/crunchy-postgres:centos8-13.2-4.6.1
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010042 readinessImage: onap/oom/readiness:3.0.1
vv770de8c5c682021-04-15 12:21:36 -040043 dcaePolicySyncImage: onap/org.onap.dcaegen2.deployments.dcae-services-policy-sync:1.0.1
Jack Lucas838ce7e2023-07-18 17:52:13 -040044 drProvClientImage: onap/dmaap/datarouter-prov-client:2.1.14
othman touijer2b764d02022-01-05 14:40:37 +010045 quitQuitImage: onap/oom/readiness:4.1.0
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010046
47 # Default credentials
48 # they're optional. If the target repository doesn't need them, comment them
49 repositoryCred:
50 user: docker
51 password: docker
52 # If you want / need authentication on the repositories, please set
53 # Don't set them if the target repo is the same than others
54 # dockerHubCred:
55 # user: myuser
56 # password: mypassord
57 # elasticCred:
58 # user: myuser
59 # password: mypassord
60 # googleK8sCred:
61 # user: myuser
62 # password: mypassord
63
64imageRepoMapping:
65 busyboxImage: dockerHubRepository
66 curlImage: dockerHubRepository
67 envsubstImage: dockerHubRepository
68 htpasswdImage: dockerHubRepository
Sylvain Desbureaux1e997192021-02-28 14:59:22 +010069 jettyImage: dockerHubRepository
Sylvain Desbureaux145140b2020-11-19 16:48:39 +010070 jreImage: repository
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010071 kubectlImage: dockerHubRepository
72 loggingImage: elasticRepository
73 mariadbImage: dockerHubRepository
74 nginxImage: dockerHubRepository
75 postgresImage: dockerHubRepository
76 readinessImage: repository
vv770de8c5c682021-04-15 12:21:36 -040077 dcaePolicySyncImage: repository
Jack Lucas838ce7e2023-07-18 17:52:13 -040078 drProvClientImage: repository
othman touijer2b764d02022-01-05 14:40:37 +010079 quitQuitImage: repository