Skip to content

Commit

Permalink
[stable/hazelcast-jet] Hazelcast Jet Update README.md (helm#10798)
Browse files Browse the repository at this point in the history
* Update README.md

Fix typos around repository name being `hazelcast` instead `stable`

Signed-off-by: Emin Demirci <[email protected]>

* Bump chart version

Signed-off-by: Emin Demirci <[email protected]>
  • Loading branch information
Emin Demirci authored and k8s-ci-robot committed Jan 21, 2019
1 parent 7809bbc commit 52c36ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stable/hazelcast-jet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.7"
description: Hazelcast Jet is an application embeddable, distributed computing engine built on top of Hazelcast In-Memory Data Grid (IMDG). With Hazelcast IMDG providing storage functionality, Hazelcast Jet performs parallel execution to enable data-intensive applications to operate in near real-time.
name: hazelcast-jet
version: 1.0.0
version: 1.0.1
keywords:
- hazelcast
- jet
Expand Down
6 changes: 3 additions & 3 deletions stable/hazelcast-jet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ about the architecture and use cases.
## Quick Start

```bash
$ helm install hazelcast/hazelcast-jet
$ helm install stable/hazelcast-jet
```

## Introduction
Expand All @@ -28,7 +28,7 @@ This chart bootstraps a [Hazelcast Jet](https://github.com/hazelcast/hazelcast-j
To install the chart with the release name `my-release`:

```bash
$ helm install --name my-release hazelcast/hazelcast-jet
$ helm install --name my-release stable/hazelcast-jet
```

The command deploys Hazelcast Jet 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 @@ -94,7 +94,7 @@ The above command sets number of Hazelcast Jet members to 3 and disables REST en
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,

```bash
$ helm install --name my-release -f values.yaml hazelcast/hazelcast-jet
$ helm install --name my-release -f values.yaml stable/hazelcast-jet
```

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

0 comments on commit 52c36ae

Please sign in to comment.