From bc8507b808490010508416e296a0aaae42a11abd Mon Sep 17 00:00:00 2001 From: Grachev Mikhail Date: Wed, 24 Oct 2018 12:09:12 +0300 Subject: [PATCH] [stable/hlf-ca] fix typo (#8680) Signed-off-by: Mikhail Grachev --- stable/hlf-ca/Chart.yaml | 2 +- stable/hlf-ca/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/hlf-ca/Chart.yaml b/stable/hlf-ca/Chart.yaml index 59ccf53947..7cf1cf9884 100644 --- a/stable/hlf-ca/Chart.yaml +++ b/stable/hlf-ca/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Hyperledger Fabric Certificate Authority chart (these charts are created by AID:Tech and are currently not directly associated with the Hyperledger project) name: hlf-ca -version: 1.1.1 +version: 1.1.2 appVersion: 1.2.0 keywords: - blockchain diff --git a/stable/hlf-ca/README.md b/stable/hlf-ca/README.md index d7024fe2b7..f0ea77e77e 100644 --- a/stable/hlf-ca/README.md +++ b/stable/hlf-ca/README.md @@ -40,7 +40,7 @@ $ helm install stable/hlf-ca --name org1-ca --set adminUsername=ca-admin,adminPa The above command creates a CA Admin user named `ca-admin` 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-ca --name org1-ca -f my-values.yaml