Update Kibana to v1.2 which paramaterizes location of Elasticsearch

This commit is contained in:
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 id: kibana-viewer
containers: containers:
- name: kibana-logging - name: kibana-logging
image: gcr.io/google_containers/kibana:1.1 image: gcr.io/google_containers/kibana:1.2
env: env:
- name: "ES_SCHEME" - name: "ES_SCHEME"
value: "https" value: "https"

View File

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