Sylvain Desbureaux | 2b2aa11 | 2020-11-19 16:22:39 +0100 | [diff] [blame] | 1 | # Copyright © 2020 Orange |
vv770d | e8c5c68 | 2021-04-15 12:21:36 -0400 | [diff] [blame] | 2 | # Copyright © 2021 Nokia, AT&T |
ajay_dp001 | e9b1e32 | 2021-11-02 20:42:12 +0530 | [diff] [blame] | 3 | # Modifications Copyright (c) 2022 Nordix Foundation. |
Sylvain Desbureaux | 2b2aa11 | 2020-11-19 16:22:39 +0100 | [diff] [blame] | 4 | # |
| 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 | |
| 17 | global: |
| 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 Kumar | 8c46517 | 2021-06-03 16:51:33 -0400 | [diff] [blame] | 23 | githubContainerRegistry: ghcr.io |
Sylvain Desbureaux | 2b2aa11 | 2020-11-19 16:22:39 +0100 | [diff] [blame] | 24 | |
| 25 | # common global images |
Sylvain Desbureaux | fe170ab | 2021-12-10 11:08:13 +0100 | [diff] [blame] | 26 | busyboxImage: busybox:1.34.1 |
Sylvain Desbureaux | 3b83d7a | 2021-12-10 11:10:56 +0100 | [diff] [blame] | 27 | curlImage: curlimages/curl:7.80.0 |
Sylvain Desbureaux | 2b2aa11 | 2020-11-19 16:22:39 +0100 | [diff] [blame] | 28 | envsubstImage: dibi/envsubst:1 |
| 29 | # there's only latest image for htpasswd |
| 30 | htpasswdImage: xmartlabs/htpasswd:latest |
Sylvain Desbureaux | edc1daa | 2022-02-15 15:27:44 +0100 | [diff] [blame] | 31 | # if you change jetty image, you'll also need to update jar file which is |
| 32 | # "hardcoded" to the value... |
| 33 | # (/usr/local/jetty/lib/jetty-util-9.4.45.v20220203.jar) for 9.4.45 |
| 34 | jettyImage: jetty:9.4.45-jdk11-slim |
Sylvain Desbureaux | b26ce1c | 2021-12-10 11:13:35 +0100 | [diff] [blame] | 35 | jreImage: onap/integration-java11:10.0.0 |
Sylvain Desbureaux | 8e8695a | 2021-12-10 11:15:31 +0100 | [diff] [blame] | 36 | kubectlImage: bitnami/kubectl:1.22.4 |
Sylvain Desbureaux | 2b2aa11 | 2020-11-19 16:22:39 +0100 | [diff] [blame] | 37 | loggingImage: beats/filebeat:5.5.0 |
Michal Jagiello | 4bc879a | 2022-04-20 12:58:42 +0000 | [diff] [blame^] | 38 | mariadbImage: bitnami/mariadb:10.5.8 |
Sylvain Desbureaux | 8da3813 | 2021-12-10 11:18:32 +0100 | [diff] [blame] | 39 | nginxImage: bitnami/nginx:1.21.4 |
Tomasz Pietruszkiewicz | e24ed0b | 2021-03-18 11:14:06 +0100 | [diff] [blame] | 40 | postgresImage: crunchydata/crunchy-postgres:centos8-13.2-4.6.1 |
Sylvain Desbureaux | 2b2aa11 | 2020-11-19 16:22:39 +0100 | [diff] [blame] | 41 | readinessImage: onap/oom/readiness:3.0.1 |
vv770d | e8c5c68 | 2021-04-15 12:21:36 -0400 | [diff] [blame] | 42 | dcaePolicySyncImage: onap/org.onap.dcaegen2.deployments.dcae-services-policy-sync:1.0.1 |
ajay_dp001 | e9b1e32 | 2021-11-02 20:42:12 +0530 | [diff] [blame] | 43 | dbcClientImage: onap/dmaap/dbc-client:2.0.9 |
othman touijer | 2b764d0 | 2022-01-05 14:40:37 +0100 | [diff] [blame] | 44 | quitQuitImage: onap/oom/readiness:4.1.0 |
Sylvain Desbureaux | 2b2aa11 | 2020-11-19 16:22:39 +0100 | [diff] [blame] | 45 | |
| 46 | # Default credentials |
| 47 | # they're optional. If the target repository doesn't need them, comment them |
| 48 | repositoryCred: |
| 49 | user: docker |
| 50 | password: docker |
| 51 | # If you want / need authentication on the repositories, please set |
| 52 | # Don't set them if the target repo is the same than others |
| 53 | # dockerHubCred: |
| 54 | # user: myuser |
| 55 | # password: mypassord |
| 56 | # elasticCred: |
| 57 | # user: myuser |
| 58 | # password: mypassord |
| 59 | # googleK8sCred: |
| 60 | # user: myuser |
| 61 | # password: mypassord |
| 62 | |
| 63 | imageRepoMapping: |
| 64 | busyboxImage: dockerHubRepository |
| 65 | curlImage: dockerHubRepository |
| 66 | envsubstImage: dockerHubRepository |
| 67 | htpasswdImage: dockerHubRepository |
Sylvain Desbureaux | 1e99719 | 2021-02-28 14:59:22 +0100 | [diff] [blame] | 68 | jettyImage: dockerHubRepository |
Sylvain Desbureaux | 145140b | 2020-11-19 16:48:39 +0100 | [diff] [blame] | 69 | jreImage: repository |
Sylvain Desbureaux | 2b2aa11 | 2020-11-19 16:22:39 +0100 | [diff] [blame] | 70 | kubectlImage: dockerHubRepository |
| 71 | loggingImage: elasticRepository |
| 72 | mariadbImage: dockerHubRepository |
| 73 | nginxImage: dockerHubRepository |
| 74 | postgresImage: dockerHubRepository |
| 75 | readinessImage: repository |
vv770d | e8c5c68 | 2021-04-15 12:21:36 -0400 | [diff] [blame] | 76 | dcaePolicySyncImage: repository |
ajay_dp001 | cf5232a | 2021-04-13 20:48:07 +0530 | [diff] [blame] | 77 | dbcClientImage: repository |
othman touijer | 2b764d0 | 2022-01-05 14:40:37 +0100 | [diff] [blame] | 78 | quitQuitImage: repository |