diff --git a/stable/kibana/Chart.yaml b/stable/kibana/Chart.yaml index fe02b8c6e4..60beb1ce20 100644 --- a/stable/kibana/Chart.yaml +++ b/stable/kibana/Chart.yaml @@ -1,6 +1,6 @@ name: kibana -version: 1.1.1 -appVersion: 6.5.3 +version: 1.1.2 +appVersion: 6.5.4 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 e735661509..acb7a07c03 100644 --- a/stable/kibana/README.md +++ b/stable/kibana/README.md @@ -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.3` | +| `image.tag` | Image tag | `6.5.4` | | `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 748e415d43..9cb181eb25 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.5.3" + tag: "6.5.4" pullPolicy: "IfNotPresent" commandline: