[stable/kibana] Upgrade Kibana to 6.0.0 (#2953)

This commit is contained in:
Pete Brown
2017-12-08 14:50:44 +01:00
committed by Reinhard Nägele
parent aa6a6a4d8d
commit 1c8529b67b
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: kibana
version: 0.1.1
appVersion: 5.4.3
version: 0.2.0
appVersion: 6.0.0
description: Kibana is an open source data visualization plugin for Elasticsearch
icon: https://raw.githubusercontent.com/elastic/kibana/master/src/ui/public/icons/kibana-color.svg
keywords:
+1 -1
View File
@@ -42,7 +42,7 @@ Parameter | Description | Default
`env` | Environment variables to configure Kibana | `{}`
`image.pullPolicy` | Image pull policy | `IfNotPresent`
`image.repository` | Image repository | `kibana`
`image.tag` | Image tag | `5.4.3`
`image.tag` | Image tag | `6.0.0`
`ingress.enabled` | Enables Ingress | `false`
`ingress.annotations` | Ingress annotations | None:
`ingress.hosts` | Ingress accepted hostnames | None:
+2 -2
View File
@@ -1,6 +1,6 @@
image:
repository: "kibana"
tag: "5.4.3"
repository: "docker.elastic.co/kibana/kibana-oss"
tag: "6.0.0"
pullPolicy: "IfNotPresent"
env: