From 131581904f3f4dcaac0facfe4ef38d3a913d271d Mon Sep 17 00:00:00 2001 From: Grachev Mikhail Date: Wed, 24 Oct 2018 17:17:09 +0300 Subject: [PATCH] [stable/hlf-ord] fix typo (#8695) Signed-off-by: Mikhail Grachev --- stable/hlf-ord/Chart.yaml | 2 +- stable/hlf-ord/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/hlf-ord/Chart.yaml b/stable/hlf-ord/Chart.yaml index b674eb5f85..e0858749c1 100644 --- a/stable/hlf-ord/Chart.yaml +++ b/stable/hlf-ord/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Hyperledger Fabric Orderer chart (these charts are created by AID:Tech and are currently not directly associated with the Hyperledger project) name: hlf-ord -version: 1.1.0 +version: 1.1.1 appVersion: 1.2.0 keywords: - blockchain diff --git a/stable/hlf-ord/README.md b/stable/hlf-ord/README.md index 126ce915b0..736412f377 100644 --- a/stable/hlf-ord/README.md +++ b/stable/hlf-ord/README.md @@ -54,7 +54,7 @@ $ helm install stable/hlf-ord --name ord1 --set caUsername=ord1,caPassword=secre The above command specifies (but does not register/enroll) an Orderer username of `ord1` with password `secretpassword`. -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/hlf-ord --name ord1 -f my-values.yaml