Install latest version (#7685)

Signed-off-by: Bart Verwilst <bart@verwilst.be>
This commit is contained in:
Bort Verwilst
2018-09-12 08:53:02 -07:00
committed by k8s-ci-robot
parent 95978784b6
commit 761825b9be
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.4.1
appVersion: 3.2
version: 0.5.0
appVersion: 3.8.1
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.2` |
| `image.tag` | Verdaccio container image tag | `3.8.1` |
| `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.2
tag: 3.8.1
pullPolicy: IfNotPresent
service: