From d8d57cc94dbf048a2dd740d34de7507f6601b458 Mon Sep 17 00:00:00 2001 From: Grachev Mikhail Date: Wed, 24 Oct 2018 17:22:10 +0300 Subject: [PATCH] [stable/hlf-peer] fix typo (#8696) Signed-off-by: Mikhail Grachev --- stable/hlf-peer/Chart.yaml | 2 +- stable/hlf-peer/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/hlf-peer/Chart.yaml b/stable/hlf-peer/Chart.yaml index de8d4c64a1..a814e22925 100644 --- a/stable/hlf-peer/Chart.yaml +++ b/stable/hlf-peer/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Hyperledger Fabric Peer chart (these charts are created by AID:Tech and are currently not directly associated with the Hyperledger project) name: hlf-peer -version: 1.1.0 +version: 1.1.1 appVersion: 1.2.0 keywords: - blockchain diff --git a/stable/hlf-peer/README.md b/stable/hlf-peer/README.md index 0c2ebaffb0..3fbfdd9a18 100644 --- a/stable/hlf-peer/README.md +++ b/stable/hlf-peer/README.md @@ -44,7 +44,7 @@ $ helm install stable/hlf-peer --name peer1 --set caUsername=peer1,caPassword=se The above command specifies (but does not register/enroll) a Peer username of `peer1` 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-peer --name peer1 -f my-values.yaml