Rebuild elasticsearch image to include changes since 1.2

This commit is contained in:
Alex Robinson 2016-06-01 20:48:20 +00:00
parent 06f742a5ea
commit 8579509293
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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) .