mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
upgrade Elasticsearch (#7356)
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
b41047ab56
commit
8a18bbbddd
@@ -1,7 +1,7 @@
|
||||
name: elasticsearch
|
||||
home: https://www.elastic.co/products/elasticsearch
|
||||
version: 1.4.4
|
||||
appVersion: 6.3.2
|
||||
version: 1.5.0
|
||||
appVersion: 6.4.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
|
||||
|
||||
@@ -62,9 +62,9 @@ The following table lists the configurable parameters of the elasticsearch chart
|
||||
|
||||
| Parameter | Description | Default |
|
||||
| ------------------------------------ | ------------------------------------------------------------------- | ------------------------------------ |
|
||||
| `appVersion` | Application Version (Elasticsearch) | `6.3.2` |
|
||||
| `appVersion` | Application Version (Elasticsearch) | `6.4.0` |
|
||||
| `image.repository` | Container image name | `docker.elastic.co/elasticsearch/elasticsearch-oss` |
|
||||
| `image.tag` | Container image tag | `6.3.2` |
|
||||
| `image.tag` | Container image tag | `6.4.0` |
|
||||
| `image.pullPolicy` | Container pull policy | `Always` |
|
||||
| `cluster.name` | Cluster name | `elasticsearch` |
|
||||
| `cluster.kubernetesDomain` | Kubernetes cluster domain name | `cluster.local` |
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# Default values for elasticsearch.
|
||||
# This is a YAML-formatted file.
|
||||
# Declare variables to be passed into your templates.
|
||||
appVersion: "6.3.2"
|
||||
appVersion: "6.4.0"
|
||||
|
||||
image:
|
||||
repository: "docker.elastic.co/elasticsearch/elasticsearch-oss"
|
||||
tag: "6.3.2"
|
||||
tag: "6.4.0"
|
||||
pullPolicy: "IfNotPresent"
|
||||
# If specified, use these secrets to access the image
|
||||
# pullSecrets:
|
||||
|
||||
Reference in New Issue
Block a user