Skip to content

Commit

Permalink
Merge pull request kubernetes#6426 from satnam6502/kibana-image
Browse files Browse the repository at this point in the history
Update Kibana to v1.2 which paramaterizes location of Elasticsearch
  • Loading branch information
yujuhong committed Apr 3, 2015
2 parents f96fbfe + cfb8577 commit 93d5c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cluster/addons/fluentd-elasticsearch/kibana-image/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: build push

TAG = 1.1
TAG = 1.2

build:
docker build -t gcr.io/google_containers/kibana:$(TAG) .
Expand Down

0 comments on commit 93d5c81

Please sign in to comment.