diff --git a/stable/verdaccio/Chart.yaml b/stable/verdaccio/Chart.yaml index 206b37f0d2..1d992e5f21 100644 --- a/stable/verdaccio/Chart.yaml +++ b/stable/verdaccio/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 description: A lightweight private npm proxy registry (sinopia fork) name: verdaccio -version: 0.1.1 -appVersion: 2.7.0 -icon: https://raw.githubusercontent.com/verdaccio/verdaccio/master/assets/bitmap/verdaccio.png +version: 0.1.2 +appVersion: 2.7.1 +icon: https://raw.githubusercontent.com/verdaccio/verdaccio/master/assets/bitmap/logo/logo-twitter.png sources: - http://www.verdaccio.org - https://github.com/verdaccio/verdaccio diff --git a/stable/verdaccio/README.md b/stable/verdaccio/README.md index cf0e5e5cd7..add309ee7e 100644 --- a/stable/verdaccio/README.md +++ b/stable/verdaccio/README.md @@ -55,7 +55,7 @@ and their default values. | `customConfigMap` | Use a custom ConfigMap | `false` | | `image.pullPolicy` | Image pull policy | `Always` if `image` tag is `latest`, else `IfNotPresent` | | `image.repository` | Verdaccio container image repository | `verdaccio/verdaccio` | -| `image.tag` | Verdaccio container image tag | `2.7.0` | +| `image.tag` | Verdaccio container image tag | `2.7.1` | | `nodeSelector` | Node labels for pod assignment | `{}` | | `persistence.accessMode` | PVC Access Mode for Verdaccio volume | `ReadWriteOnce` | | `persistence.enabled` | Enable persistence using PVC | `true` | diff --git a/stable/verdaccio/values.yaml b/stable/verdaccio/values.yaml index 28597d3e79..71fa80e06f 100644 --- a/stable/verdaccio/values.yaml +++ b/stable/verdaccio/values.yaml @@ -1,6 +1,6 @@ image: repository: verdaccio/verdaccio - tag: 2.7.0 + tag: 2.7.1 pullPolicy: IfNotPresent service: