diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-24 08:05:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-24 08:05:04 +0000 |
commit | 3d2b4077ed695c5fa02252d7504c6723ffc48977 (patch) | |
tree | 11a5b56186e61aa087d5698c3d2c1c9a91aed820 /kubernetes/common/elasticsearch/components/master/values.yaml | |
parent | f0dacd23777a7998915afe00150b25135b932f86 (diff) | |
parent | c3a7cf6f1b69667132e5f98f1d9d13caf6a71d80 (diff) |
Merge "[COMMON] Update common Elasticsearch chart to use version 7.9.3"
Diffstat (limited to 'kubernetes/common/elasticsearch/components/master/values.yaml')
-rw-r--r-- | kubernetes/common/elasticsearch/components/master/values.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kubernetes/common/elasticsearch/components/master/values.yaml b/kubernetes/common/elasticsearch/components/master/values.yaml index e59b4834f3..4095bd3d38 100644 --- a/kubernetes/common/elasticsearch/components/master/values.yaml +++ b/kubernetes/common/elasticsearch/components/master/values.yaml @@ -1,4 +1,5 @@ -# Copyright © 2020 Bitnami, AT&T, Amdocs, Bell Canada, highstreet technologies +# Copyright (c) 2020 Bitnami, AT&T, Amdocs, Bell Canada, highstreet technologies +# Modification Copyright (c) 2020 Nokia # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -42,7 +43,7 @@ replicaCount: 3 ## master acts as master only node, choose 'no' if no further data nodes are deployed) dedicatednode: 'yes' ## dedicatednode: "no" -image: bitnami/elasticsearch:7.6.1 +image: bitnami/elasticsearch:7.9.3 ## 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 |