Update Kibana to v1.2 which paramaterizes location of Elasticsearch

pull/6/head
Satnam Singh 2015-04-03 14:55:00 -07:00
parent 8e91097f82
commit cfb8577324
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
.PHONY: build push
TAG = 1.1
TAG = 1.2
build:
docker build -t gcr.io/google_containers/kibana:$(TAG) .