Skip to content

Commit

Permalink
better health check in dashboard import init container if kibana is r…
Browse files Browse the repository at this point in the history
…eady (helm#7850)

Signed-off-by: André Bauer <[email protected]>
  • Loading branch information
monotek authored and wgiddens committed Jan 18, 2019
1 parent 700cdd2 commit 94be95b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/kibana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion stable/kibana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion stable/kibana/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: "docker.elastic.co/kibana/kibana-oss"
tag: "6.4.0"
tag: "6.4.1"
pullPolicy: "IfNotPresent"

commandline:
Expand Down

0 comments on commit 94be95b

Please sign in to comment.