diff --git a/stable/verdaccio/Chart.yaml b/stable/verdaccio/Chart.yaml index c3c01ef0bf..48e619cb0a 100644 --- a/stable/verdaccio/Chart.yaml +++ b/stable/verdaccio/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: A lightweight private npm proxy registry (sinopia fork) name: verdaccio -version: 0.5.0 -appVersion: 3.8.1 +version: 0.6.0 +appVersion: 3.10.0 home: http://www.verdaccio.org icon: https://raw.githubusercontent.com/verdaccio/verdaccio/master/assets/bitmap/logo/logo-twitter.png sources: diff --git a/stable/verdaccio/README.md b/stable/verdaccio/README.md index c8468ea0d0..08a9f5d9f9 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 | `IfNotPresent` | | `image.repository` | Verdaccio container image repository | `verdaccio/verdaccio` | -| `image.tag` | Verdaccio container image tag | `3.8.1` | +| `image.tag` | Verdaccio container image tag | `3.10.0` | | `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 a990468397..91c460b1e6 100644 --- a/stable/verdaccio/values.yaml +++ b/stable/verdaccio/values.yaml @@ -1,6 +1,6 @@ image: repository: verdaccio/verdaccio - tag: 3.8.1 + tag: 3.10.0 pullPolicy: IfNotPresent service: