mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user