Sylvain Desbureaux | 2b2aa11 | 2020-11-19 16:22:39 +0100 | [diff] [blame] | 1 | # Copyright © 2020 Orange |
Remigiusz Janeczek | 42177a1 | 2020-12-10 13:10:15 +0100 | [diff] [blame] | 2 | # Copyright © 2021 Nokia |
Sylvain Desbureaux | 2b2aa11 | 2020-11-19 16:22:39 +0100 | [diff] [blame] | 3 | # |
| 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 | |
| 16 | global: |
| 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 Jeremicz | 5b03f95 | 2021-01-27 13:15:16 +0100 | [diff] [blame] | 26 | certServiceClientImage: onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.3.3 |
Sylvain Desbureaux | 2b2aa11 | 2020-11-19 16:22:39 +0100 | [diff] [blame] | 27 | envsubstImage: dibi/envsubst:1 |
| 28 | # there's only latest image for htpasswd |
| 29 | htpasswdImage: xmartlabs/htpasswd:latest |
Sylvain Desbureaux | 145140b | 2020-11-19 16:48:39 +0100 | [diff] [blame] | 30 | jreImage: onap/integration-java11:7.1.0 |
Sylvain Desbureaux | 2b2aa11 | 2020-11-19 16:22:39 +0100 | [diff] [blame] | 31 | kubectlImage: bitnami/kubectl:1.19 |
| 32 | loggingImage: beats/filebeat:5.5.0 |
Sylvain Desbureaux | 93a5b49 | 2020-11-27 11:07:42 +0100 | [diff] [blame] | 33 | mariadbImage: bitnami/mariadb:10.5.8 |
Sylvain Desbureaux | 2b2aa11 | 2020-11-19 16:22:39 +0100 | [diff] [blame] | 34 | nginxImage: bitnami/nginx:1.18-debian-10 |
Tomasz Pietruszkiewicz | e24ed0b | 2021-03-18 11:14:06 +0100 | [diff] [blame^] | 35 | postgresImage: crunchydata/crunchy-postgres:centos8-13.2-4.6.1 |
Sylvain Desbureaux | 2b2aa11 | 2020-11-19 16:22:39 +0100 | [diff] [blame] | 36 | 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 | |
| 55 | imageRepoMapping: |
| 56 | busyboxImage: dockerHubRepository |
| 57 | curlImage: dockerHubRepository |
Remigiusz Janeczek | 42177a1 | 2020-12-10 13:10:15 +0100 | [diff] [blame] | 58 | certServiceClientImage: repository |
Sylvain Desbureaux | 2b2aa11 | 2020-11-19 16:22:39 +0100 | [diff] [blame] | 59 | envsubstImage: dockerHubRepository |
| 60 | htpasswdImage: dockerHubRepository |
Sylvain Desbureaux | 145140b | 2020-11-19 16:48:39 +0100 | [diff] [blame] | 61 | jreImage: repository |
Sylvain Desbureaux | 2b2aa11 | 2020-11-19 16:22:39 +0100 | [diff] [blame] | 62 | kubectlImage: dockerHubRepository |
| 63 | loggingImage: elasticRepository |
| 64 | mariadbImage: dockerHubRepository |
| 65 | nginxImage: dockerHubRepository |
| 66 | postgresImage: dockerHubRepository |
| 67 | readinessImage: repository |