Commit cfb85773 authored by Satnam Singh's avatar Satnam Singh

Update Kibana to v1.2 which paramaterizes location of Elasticsearch

parent 8e91097f
......@@ -12,7 +12,7 @@ desiredState:
id: kibana-viewer
containers:
- name: kibana-logging
image: gcr.io/google_containers/kibana:1.1
image: gcr.io/google_containers/kibana:1.2
env:
- name: "ES_SCHEME"
value: "https"
......
.PHONY: build push
TAG = 1.1
TAG = 1.2
build:
docker build -t gcr.io/google_containers/kibana:$(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