Skip to content

Commit

Permalink
[stable/elasticsearch] Update elasticsearch from 6.7.0 to 6.8.2. (hel…
Browse files Browse the repository at this point in the history
…m#16626)

elasticsearch 7.x.x is not going to be supported in this chart.

Signed-off-by: Cédric de Saint Martin <[email protected]>
  • Loading branch information
desaintmartin authored and k8s-ci-robot committed Aug 27, 2019
1 parent 5f8ca0c commit 1117e4b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions stable/elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: elasticsearch
home: https://www.elastic.co/products/elasticsearch
version: 1.30.0
appVersion: 6.7.0
version: 1.31.0
appVersion: 6.8.2
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
4 changes: 2 additions & 2 deletions stable/elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ The following table lists the configurable parameters of the elasticsearch chart

| Parameter | Description | Default |
| ------------------------------------ | ------------------------------------------------------------------- | --------------------------------------------------- |
| `appVersion` | Application Version (Elasticsearch) | `6.7.0` |
| `appVersion` | Application Version (Elasticsearch) | `6.8.2` |
| `image.repository` | Container image name | `docker.elastic.co/elasticsearch/elasticsearch-oss` |
| `image.tag` | Container image tag | `6.7.0` |
| `image.tag` | Container image tag | `6.8.2` |
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `initImage.repository` | Init container image name | `busybox` |
| `initImage.tag` | Init container image tag | `latest` |
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: "6.7.0"
appVersion: "6.8.2"

## 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: "6.7.0"
tag: "6.8.2"
pullPolicy: "IfNotPresent"
# If specified, use these secrets to access the image
# pullSecrets:
Expand Down

0 comments on commit 1117e4b

Please sign in to comment.