[stable/verdaccio]: Document pull policy correctly (#6812)

This MRs fixes the README documentation regarding pull policy.
The default behavior of this chart's pull policy is IfNotPresent, regardless of what the image tag is.
This commit is contained in:
ercanucan
2018-08-13 08:55:34 -07:00
committed by k8s-ci-robot
parent d6556239f7
commit ee770babf5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: A lightweight private npm proxy registry (sinopia fork)
name: verdaccio
version: 0.4.0
version: 0.4.1
appVersion: 3.2
home: http://www.verdaccio.org
icon: https://raw.githubusercontent.com/verdaccio/verdaccio/master/assets/bitmap/logo/logo-twitter.png
+2 -2
View File
@@ -53,9 +53,9 @@ and their default values.
| Parameter | Description | Default |
| ---------------------------------- | --------------------------------------------------------------- | -------------------------------------------------------- |
| `customConfigMap` | Use a custom ConfigMap | `false` |
| `image.pullPolicy` | Image pull policy | `Always` if `image` tag is `latest`, else `IfNotPresent` |
| `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.2` |
| `nodeSelector` | Node labels for pod assignment | `{}` |
| `persistence.accessMode` | PVC Access Mode for Verdaccio volume | `ReadWriteOnce` |
| `persistence.enabled` | Enable persistence using PVC | `true` |