diff --git a/stable/kibana/Chart.yaml b/stable/kibana/Chart.yaml index a8d944f304..9a8a805395 100644 --- a/stable/kibana/Chart.yaml +++ b/stable/kibana/Chart.yaml @@ -1,6 +1,6 @@ name: kibana -version: 0.14.1 -appVersion: 6.4.0 +version: 0.14.2 +appVersion: 6.4.1 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: diff --git a/stable/kibana/README.md b/stable/kibana/README.md index 1cf2e9ef49..a3df91ac05 100644 --- a/stable/kibana/README.md +++ b/stable/kibana/README.md @@ -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.0` | +| `image.tag` | Image tag | `6.4.1` | | `image.pullSecrets` | Specify image pull secrets | `nil` | | `commandline.args` | add additional commandline args | `nil` | | `ingress.enabled` | Enables Ingress | `false` | diff --git a/stable/kibana/values.yaml b/stable/kibana/values.yaml index 9be40f5fc5..91865ad66d 100644 --- a/stable/kibana/values.yaml +++ b/stable/kibana/values.yaml @@ -1,6 +1,6 @@ image: repository: "docker.elastic.co/kibana/kibana-oss" - tag: "6.4.0" + tag: "6.4.1" pullPolicy: "IfNotPresent" commandline: