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,