mirror of
https://github.com/helm/charts.git
synced 2026-08-23 14:27:18 +00:00
upgrade kibana (#9170)
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
7b8796d7a3
commit
fb9f305aa7
@@ -1,6 +1,6 @@
|
||||
name: kibana
|
||||
version: 0.17.0
|
||||
appVersion: 6.4.2
|
||||
version: 0.17.1
|
||||
appVersion: 6.4.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:
|
||||
|
||||
@@ -43,7 +43,7 @@ The following table lists the configurable parameters of the kibana chart and th
|
||||
| `files` | Kibana configuration files | None |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `image.repository` | Image repository | `docker.elastic.co/kibana/kibana-oss` |
|
||||
| `image.tag` | Image tag | `6.4.2` |
|
||||
| `image.tag` | Image tag | `6.4.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.4.2"
|
||||
tag: "6.4.3"
|
||||
pullPolicy: "IfNotPresent"
|
||||
|
||||
commandline:
|
||||
|
||||
Reference in New Issue
Block a user