Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/elasticsearch] add readme for upgrading to es 7; bump to vers…
Browse files Browse the repository at this point in the history
…ion 6.8

Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@commercetools.de>
  • Loading branch information
Tetiana Kravchenko committed Jun 6, 2019
1 parent efdd02f commit 713768d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
name: elasticsearch
home: https://www.elastic.co/products/elasticsearch
version: 1.29.0
appVersion: 7.1.1
appVersion: 6.8.0
description: Flexible and powerful open source, distributed real-time search and analytics
engine.
icon: https://static-www.elastic.co/assets/blteb1c97719574938d/logo-elastic-elasticsearch-lt.svg
Expand Down
3 changes: 3 additions & 0 deletions stable/elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ If you are currently using an earlier version of this Chart you will need to red
If you are upgrading to Elasticsearch 6 from the 5.5 version used in this chart before, please note that your cluster needs to do a full cluster restart.
The simplest way to do that is to delete the installation (keep the PVs) and install this chart again with the new version.
If you want to avoid doing that upgrade to Elasticsearch 5.6 first before moving on to Elasticsearch 6.0.
If you are upgrading to Elasticsearch 7 from the versions previous to 6.8 version, please note that your cluster needs to do a full cluster restart.
The simplest way to do that is to delete the installation (keep the PVs) and install this chart again with the new version.
If you want to avoid doing that upgrade to Elasticsearch 6.8 first before moving on to Elasticsearch 7.1.

## Prerequisites Details

Expand Down
4 changes: 2 additions & 2 deletions stable/elasticsearch/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Default values for elasticsearch.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
appVersion: "7.1.1"
appVersion: "6.8.0"

## Define serviceAccount names for components. Defaults to component's fully qualified name.
##
Expand Down Expand Up @@ -42,7 +42,7 @@ securityContext:

image:
repository: "docker.elastic.co/elasticsearch/elasticsearch-oss"
tag: "7.1.1"
tag: "6.8.0"
pullPolicy: "IfNotPresent"
# If specified, use these secrets to access the image
# pullSecrets:
Expand Down

0 comments on commit 713768d

Please sign in to comment.