Merge "[COMMON/elasticsearch] Avoid 'Warning: Merging destination map for chart'"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 7 Sep 2020 07:55:16 +0000 (07:55 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 7 Sep 2020 07:55:16 +0000 (07:55 +0000)
1  2 
kubernetes/common/elasticsearch/values.yaml

@@@ -18,7 -18,8 +18,7 @@@
  global:
    aafEnabled: true
    nodePortPrefix: 302
 -  readinessRepository: oomk8s
 -  readinessImage: readiness-check:2.0.2
 +  readinessImage: onap/oom/readiness:3.0.1
    loggingRepository: docker.elastic.co
    loggingImage: beats/filebeat:5.5.0
    busyboxRepository: registry.hub.docker.com
@@@ -40,24 -41,22 +40,22 @@@ sysctlImage
    enabled: true
  
  # application image
- image:
-   imageName: bitnami/elasticsearch
-   tag: 6.8.6-debian-9-r23
-   ## Specify a imagePullPolicy
-   ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
-   ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
-   ##
-   pullPolicy: IfNotPresent
-   ## Optionally specify an array of imagePullSecrets.
-   ## Secrets must be manually created in the namespace.
-   ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
-   ##
-   # pullSecrets:
-   #   - myRegistryKeySecretName
-   ## Set to true if you would like to see extra information on logs
-   ## ref:  https://github.com/bitnami/minideb-extras/#turn-on-bash-debugging
-   ##
-   debug: false
+ image: bitnami/elasticsearch:6.8.6-debian-9-r23
+ ## Specify a imagePullPolicy
+ ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
+ ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
+ ##
+ pullPolicy: IfNotPresent
+ ## Optionally specify an array of imagePullSecrets.
+ ## Secrets must be manually created in the namespace.
+ ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
+ ##
+ # pullSecrets:
+ #   - myRegistryKeySecretName
+ ## Set to true if you would like to see extra information on logs
+ ## ref:  https://github.com/bitnami/minideb-extras/#turn-on-bash-debugging
+ ##
+ debug: false
  
  ## String to partially override common.fullname template (will maintain the release name)
  ##