mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/kibana] update to version 6.5.3 (#10052)
Signed-off-by: Fabrizio Fortino <fabrizio.fortino@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4c4eab0aef
commit
efc8a7c4e4
@@ -1,6 +1,6 @@
|
||||
name: kibana
|
||||
version: 1.0.2
|
||||
appVersion: 6.5.1
|
||||
version: 1.0.3
|
||||
appVersion: 6.5.3
|
||||
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:
|
||||
|
||||
@@ -48,7 +48,7 @@ The following table lists the configurable parameters of the kibana chart and th
|
||||
| `livenessProbe.timeoutSeconds` | number of seconds | 10 |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `image.repository` | Image repository | `docker.elastic.co/kibana/kibana-oss` |
|
||||
| `image.tag` | Image tag | `6.5.1` |
|
||||
| `image.tag` | Image tag | `6.5.3` |
|
||||
| `image.pullSecrets` | Specify image pull secrets | `nil` |
|
||||
| `commandline.args` | add additional commandline args | `nil` |
|
||||
| `ingress.enabled` | Enables Ingress | `false` |
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: "docker.elastic.co/kibana/kibana-oss"
|
||||
tag: "6.5.1"
|
||||
tag: "6.5.3"
|
||||
pullPolicy: "IfNotPresent"
|
||||
|
||||
commandline:
|
||||
|
||||
Reference in New Issue
Block a user