Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/hl-composer] fix typo #8679

Merged
merged 1 commit into from
Oct 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/hl-composer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Hyperledger Composer REST Server chart
name: hl-composer
version: 1.0.9
version: 1.0.10
appVersion: 0.20.0
keywords:
- blockchain
Expand Down
2 changes: 1 addition & 1 deletion stable/hl-composer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $ helm install stable/hl-composer --name hlc --set persistence.enabled=true,pres

The above command specifies that we wish to use a persistent volume and use the `azurefile` Storage Class to enable the volume to be shared.

Alternatively, a YAML file can be provided while installing the chart. This file specifies values to override those provided in the defualt values.yaml. For example,
Alternatively, a YAML file can be provided while installing the chart. This file specifies values to override those provided in the default values.yaml. For example,

```bash
$ helm install stable/hl-composer --name hlc -f my-values.yaml
Expand Down