aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/repositoryGenerator/values.yaml
blob: 1ec3a35bd9541474ea9e5409d64197fb38eed1b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Copyright © 2020 Orange
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#       http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

global:
  # Repositories used
  repository: nexus3.onap.org:10001
  dockerHubRepository: docker.io
  elasticRepository: docker.elastic.co
  googleK8sRepository: k8s.gcr.io

  # common global images
  busyboxImage: busybox:1.32
  curlImage: curlimages/curl:7.69.1
  envsubstImage: dibi/envsubst:1
  # there's only latest image for htpasswd
  htpasswdImage: xmartlabs/htpasswd:latest
  kubectlImage: bitnami/kubectl:1.19
  loggingImage: beats/filebeat:5.5.0
  mariadbImage: mariadb:10.1.48
  nginxImage: bitnami/nginx:1.18-debian-10
  postgresImage: crunchydata/crunchy-postgres:centos7-10.11-4.2.1
  readinessImage: onap/oom/readiness:3.0.1

  # Default credentials
  # they're optional. If the target repository doesn't need them, comment them
  repositoryCred:
    user: docker
    password: docker
  # If you want / need authentication on the repositories, please set
  # Don't set them if the target repo is the same than others
  # dockerHubCred:
  #   user: myuser
  #   password: mypassord
  # elasticCred:
  #   user: myuser
  #   password: mypassord
  # googleK8sCred:
  #   user: myuser
  #   password: mypassord

imageRepoMapping:
  busyboxImage: dockerHubRepository
  curlImage: dockerHubRepository
  envsubstImage: dockerHubRepository
  htpasswdImage: dockerHubRepository
  kubectlImage: dockerHubRepository
  loggingImage: elasticRepository
  mariadbImage: dockerHubRepository
  nginxImage: dockerHubRepository
  postgresImage: dockerHubRepository
  readinessImage: repository