From 8579509293d104707c754a7b6ea9a756cd02e968 Mon Sep 17 00:00:00 2001 From: Alex Robinson Date: Wed, 1 Jun 2016 20:48:20 +0000 Subject: [PATCH] Rebuild elasticsearch image to include changes since 1.2 --- cluster/addons/fluentd-elasticsearch/es-controller.yaml | 2 +- cluster/addons/fluentd-elasticsearch/es-image/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/addons/fluentd-elasticsearch/es-controller.yaml b/cluster/addons/fluentd-elasticsearch/es-controller.yaml index 1c9e19c6ece..c875984e108 100644 --- a/cluster/addons/fluentd-elasticsearch/es-controller.yaml +++ b/cluster/addons/fluentd-elasticsearch/es-controller.yaml @@ -20,7 +20,7 @@ spec: kubernetes.io/cluster-service: "true" spec: containers: - - image: gcr.io/google_containers/elasticsearch:1.8 + - image: gcr.io/google_containers/elasticsearch:1.9 name: elasticsearch-logging resources: # keep request = limit to keep this container in guaranteed class diff --git a/cluster/addons/fluentd-elasticsearch/es-image/Makefile b/cluster/addons/fluentd-elasticsearch/es-image/Makefile index 2545483e5db..ffb0a1befee 100755 --- a/cluster/addons/fluentd-elasticsearch/es-image/Makefile +++ b/cluster/addons/fluentd-elasticsearch/es-image/Makefile @@ -16,7 +16,7 @@ # The current value of the tag to be used for building and # pushing an image to gcr.io -TAG = 1.8 +TAG = 1.9 build: elasticsearch_logging_discovery docker build -t gcr.io/google_containers/elasticsearch:$(TAG) .