bump verdaccio to 3.10.0 (#9935)

Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
Carlos Tadeu Panato Junior
2018-12-12 09:24:36 -08:00
committed by Kubernetes Prow Robot
parent 8ccf9783e7
commit 5df3a5436a
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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:
+1 -1
View File
@@ -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` |
+1 -1
View File
@@ -1,6 +1,6 @@
image:
repository: verdaccio/verdaccio
tag: 3.8.1
tag: 3.10.0
pullPolicy: IfNotPresent
service: