Skip to content

Commit

Permalink
[stable/elasticsearch] Update elastic to 6.6.1 (helm#11669)
Browse files Browse the repository at this point in the history
Signed-off-by: ialidzhikov <[email protected]>
  • Loading branch information
ialidzhikov authored and k8s-ci-robot committed Feb 25, 2019
1 parent 71aba34 commit 01261d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions stable/elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: elasticsearch
home: https://www.elastic.co/products/elasticsearch
version: 1.21.0
appVersion: 6.6.0
version: 1.21.1
appVersion: 6.6.1
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
2 changes: 1 addition & 1 deletion stable/elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The following table lists the configurable parameters of the elasticsearch chart

| Parameter | Description | Default |
| ------------------------------------ | ------------------------------------------------------------------- | --------------------------------------------------- |
| `appVersion` | Application Version (Elasticsearch) | `6.6.0` |
| `appVersion` | Application Version (Elasticsearch) | `6.6.1` |
| `image.repository` | Container image name | `docker.elastic.co/elasticsearch/elasticsearch-oss` |
| `image.tag` | Container image tag | `6.5.1` |
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
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.6.0"
appVersion: "6.6.1"

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

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

0 comments on commit 01261d5

Please sign in to comment.