Merge pull request #6426 from satnam6502/kibana-image

Update Kibana to v1.2 which paramaterizes location of Elasticsearch
This commit is contained in:
Yu-Ju Hong 2015-04-03 15:43:03 -07:00
commit 93d5c819d2
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) .