Skip to content

Commit

Permalink
[stable/kibana] fix chart name in README (helm#2947)
Browse files Browse the repository at this point in the history
* [stable/kibana] fix chart name in README

* bump chart version
  • Loading branch information
jstriebel authored and unguiculus committed Dec 6, 2017
1 parent ea5e1a1 commit b550bf4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stable/kibana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kibana
version: 0.1.0
version: 0.1.1
appVersion: 5.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
Expand Down
8 changes: 4 additions & 4 deletions stable/kibana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## TL;DR;

```console
$ helm install incubator/kibana
$ helm install stable/kibana
```

## Introduction
Expand All @@ -17,7 +17,7 @@ This chart bootstraps a kibana deployment on a [Kubernetes](http://kubernetes.io
To install the chart with the release name `my-release`:

```console
$ helm install incubator/kibana --name my-release
$ helm install stable/kibana --name my-release
```

The command deploys kibana on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
Expand Down Expand Up @@ -59,14 +59,14 @@ Parameter | Description | Default
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

```console
$ helm install incubator/kibana --name my-release \
$ helm install stable/kibana --name my-release \
--set=image.tag=v0.0.2,resources.limits.cpu=200m
```

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,

```console
$ helm install incubator/kibana --name my-release -f values.yaml
$ helm install stable/kibana --name my-release -f values.yaml
```

> **Tip**: You can use the default [values.yaml](values.yaml)

0 comments on commit b550bf4

Please sign in to comment.