From 6248ed64a06ed5fe98d562fde6e6eaffa877b5d0 Mon Sep 17 00:00:00 2001 From: Yann Simon Date: Sat, 25 Nov 2017 15:14:49 +0100 Subject: [PATCH] Fix default container image (#2563) * Fix default container image * Remove wrong link to img - right link is in the configuration table * update chart version * Update README.md --- incubator/elasticsearch/Chart.yaml | 2 +- incubator/elasticsearch/README.md | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/incubator/elasticsearch/Chart.yaml b/incubator/elasticsearch/Chart.yaml index 78f936a948..1280acfeac 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: 0.4.1 +version: 0.4.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 diff --git a/incubator/elasticsearch/README.md b/incubator/elasticsearch/README.md index 99328dcf16..a59d62c835 100644 --- a/incubator/elasticsearch/README.md +++ b/incubator/elasticsearch/README.md @@ -1,10 +1,7 @@ # Elasticsearch Helm Chart -This image is using Fabric8's great [kubernetes discovery -plugin](https://github.com/fabric8io/elasticsearch-cloud-kubernetes) for -elasticsearch and their -[image](https://hub.docker.com/r/jetstack/elasticsearch-pet/) as parent. - +This chart is based on the [centerforopenscience/elasticsearch](https://hub.docker.com/r/centerforopenscience/elasticsearch/) image which comes with Fabric8's great [kubernetes discovery plugin](https://github.com/fabric8io/elasticsearch-cloud-kubernetes) for Elasticsearch. + ## Prerequisites Details * Kubernetes 1.6+