From c044bf75699221e696778914fa826bd773ab736f Mon Sep 17 00:00:00 2001 From: AdamDang Date: Thu, 12 Apr 2018 00:48:56 +0800 Subject: [PATCH] Typo fix in verdaccio/README.md (#4918) * add version add version * Update README.md small typo fix: sets the a service->sets the service --- stable/verdaccio/Chart.yaml | 2 +- stable/verdaccio/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/verdaccio/Chart.yaml b/stable/verdaccio/Chart.yaml index 6fdcb2c5b7..1287c95ab3 100644 --- a/stable/verdaccio/Chart.yaml +++ b/stable/verdaccio/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: A lightweight private npm proxy registry (sinopia fork) name: verdaccio -version: 0.2.2 +version: 0.2.3 appVersion: 2.7.3 home: http://www.verdaccio.org icon: https://raw.githubusercontent.com/verdaccio/verdaccio/master/assets/bitmap/logo/logo-twitter.png diff --git a/stable/verdaccio/README.md b/stable/verdaccio/README.md index 30fd9c4636..d5ddbf5024 100644 --- a/stable/verdaccio/README.md +++ b/stable/verdaccio/README.md @@ -83,7 +83,7 @@ $ helm install --name my-release \ stable/verdaccio ``` -The above command sets the a service type LoadBalancer. +The above command sets the service type LoadBalancer. Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,