Commit 691c0776 authored by Satnam Singh's avatar Satnam Singh

Remove use of v1beta3 from ES logging

parent 639a7dac
...@@ -20,7 +20,7 @@ spec: ...@@ -20,7 +20,7 @@ spec:
kubernetes.io/cluster-service: "true" kubernetes.io/cluster-service: "true"
spec: spec:
containers: containers:
- image: gcr.io/google_containers/elasticsearch:1.5 - image: gcr.io/google_containers/elasticsearch:1.7
name: elasticsearch-logging name: elasticsearch-logging
resources: resources:
limits: limits:
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# The current value of the tag to be used for building and # The current value of the tag to be used for building and
# pushing an image to gcr.io # pushing an image to gcr.io
TAG = 1.5 TAG = 1.7
build: elasticsearch_logging_discovery build: elasticsearch_logging_discovery
docker build -t gcr.io/google_containers/elasticsearch:$(TAG) . docker build -t gcr.io/google_containers/elasticsearch:$(TAG) .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment