From b35522042e32ced85b1f49357af8ee4989d19a3c Mon Sep 17 00:00:00 2001 From: Grachev Mikhail Date: Wed, 24 Oct 2018 12:03:07 +0300 Subject: [PATCH] [stable/hl-composer] fix typo (#8679) Signed-off-by: Mikhail Grachev --- stable/hl-composer/Chart.yaml | 2 +- stable/hl-composer/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/hl-composer/Chart.yaml b/stable/hl-composer/Chart.yaml index 9bb3e9caa1..12e03d8872 100644 --- a/stable/hl-composer/Chart.yaml +++ b/stable/hl-composer/Chart.yaml @@ -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 diff --git a/stable/hl-composer/README.md b/stable/hl-composer/README.md index f7e511896a..4c12cac2be 100644 --- a/stable/hl-composer/README.md +++ b/stable/hl-composer/README.md @@ -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