Merge "ELK version bump"
authorMike Elliott <mike.elliott@amdocs.com>
Thu, 17 May 2018 13:32:13 +0000 (13:32 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 17 May 2018 13:32:13 +0000 (13:32 +0000)
1  2 
kubernetes/clamp/charts/clamp-dash-es/values.yaml

@@@ -32,8 -32,8 +32,8 @@@ busyboxImage: library/busybox:lates
  
  # application image
  loggingRepository: docker.elastic.co
- image: elasticsearch/elasticsearch:5.6.8
- pullPolicy: IfNotPresent
+ image: elasticsearch/elasticsearch:5.6.9
+ pullPolicy: Always
  
  # flag to enable debugging - application support required
  debugEnabled: false
@@@ -81,7 -81,6 +81,7 @@@ persistence
    size: 4Gi
    mountPath: /dockerdata-nfs
    mountSubPath: clamp/dashboard-elasticsearch/data
 +  mountSubPathLogs: clamp
  
  service:
    type: ClusterIP