Remove use of v1beta3 from ES logging

This commit is contained in:
Satnam Singh 2015-07-06 18:47:45 -07:00
parent 639a7dac50
commit 691c07763c
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.5
- image: gcr.io/google_containers/elasticsearch:1.7
name: elasticsearch-logging
resources:
limits:

View File

@ -2,7 +2,7 @@
# The current value of the tag to be used for building and
# pushing an image to gcr.io
TAG = 1.5
TAG = 1.7
build: elasticsearch_logging_discovery
docker build -t gcr.io/google_containers/elasticsearch:$(TAG) .