From 65f60a38932fb8fbf3e8c79be0d5672b0739e64e Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Thu, 9 May 2019 10:32:54 -0500 Subject: [PATCH] Elasticsearch: Use openstackhelm elasticsearch-s3 image as default This updates the Elasticsearch chart to use the elasticsearch-s3 image built from the openstack-helm-images Dockerfile instead of using the previous image from a personal repository Change-Id: I4d6b18aea11920de33ce1f4b63d39c18cd2b98d3 --- elasticsearch/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/values.yaml b/elasticsearch/values.yaml index f783350cf..203bd4854 100644 --- a/elasticsearch/values.yaml +++ b/elasticsearch/values.yaml @@ -21,7 +21,7 @@ images: apache_proxy: docker.io/httpd:2.4 memory_init: docker.io/openstackhelm/heat:newton-ubuntu_xenial curator: docker.io/bobrik/curator:5.6.0 - elasticsearch: docker.io/srwilkers/elasticsearch-s3:v0.1.0 + elasticsearch: docker.io/openstackhelm/elasticsearch-s3:latest-5_6_4 ceph_key_placement: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial s3_bucket: docker.io/openstackhelm/ceph-daemon:latest-ubuntu_xenial s3_user: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial