mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/kibana] Upgrade Kibana to 6.0.0 (#2953)
This commit is contained in:
committed by
Reinhard Nägele
parent
aa6a6a4d8d
commit
1c8529b67b
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user