mirror of https://github.com/k3s-io/k3s
Update Kibana to v1.2 which paramaterizes location of Elasticsearch
parent
8e91097f82
commit
cfb8577324
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.PHONY: build push
|
||||
|
||||
TAG = 1.1
|
||||
TAG = 1.2
|
||||
|
||||
build:
|
||||
docker build -t gcr.io/google_containers/kibana:$(TAG) .
|
||||
|
|
Loading…
Reference in New Issue