diff --git a/incubator/elasticsearch/Chart.yaml b/incubator/elasticsearch/Chart.yaml index f5f13c610d..aff39f0e04 100755 --- a/incubator/elasticsearch/Chart.yaml +++ b/incubator/elasticsearch/Chart.yaml @@ -1,6 +1,6 @@ name: elasticsearch home: https://www.elastic.co/products/elasticsearch -version: 1.0.0 +version: 1.0.1 appVersion: 6.1.1 description: Flexible and powerful open source, distributed real-time search and analytics engine. diff --git a/incubator/elasticsearch/README.md b/incubator/elasticsearch/README.md index 68e4e19cdd..d4f1f8f265 100644 --- a/incubator/elasticsearch/README.md +++ b/incubator/elasticsearch/README.md @@ -63,8 +63,8 @@ The following table lists the configurable parameters of the elasticsearch chart | Parameter | Description | Default | | ------------------------------------ | ------------------------------------------------------------------- | ------------------------------------ | | `appVersion` | Application Version (Elasticsearch) | `6.1.1` | -| `image.repository` | Container image name | `centerforopenscience/elasticsearch` | -| `image.tag` | Container image tag | `5.4` | +| `image.repository` | Container image name | `docker.elastic.co/elasticsearch/elasticsearch-oss` | +| `image.tag` | Container image tag | `6.1.1` | | `image.pullPolicy` | Container pull policy | `Always` | | `cluster.name` | Cluster name | `elasticsearch` | | `cluster.kubernetesDomain` | Kubernetes cluster domain name | `cluster.local` |