File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ helm install --name npm verdaccio/verdaccio
4141### Deploy a specific version
4242
4343``` bash
44- helm install --name npm --set image.tag=3.13.1 verdaccio/verdaccio
44+ helm install --name npm --set image.tag=4.6.2 verdaccio/verdaccio
4545```
4646
4747### Upgrading Verdaccio
@@ -77,7 +77,7 @@ and their default values.
7777| ` existingConfigMap ` | Name of custom ConfigMap to use | ` false ` |
7878| ` image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
7979| ` image.repository ` | Verdaccio container image repository | ` verdaccio/verdaccio ` |
80- | ` image.tag ` | Verdaccio container image tag | ` 3.11.6 ` |
80+ | ` image.tag ` | Verdaccio container image tag | ` 4.6.2 ` |
8181| ` nodeSelector ` | Node labels for pod assignment | ` {} ` |
8282| ` tolerations ` | List of node taints to tolerate | ` [] ` |
8383| ` persistence.accessMode ` | PVC Access Mode for Verdaccio volume | ` ReadWriteOnce ` |
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : A lightweight private npm proxy registry (sinopia fork)
33name : verdaccio
4- version : 0.12 .0
5- appVersion : 3.13.1
4+ version : 0.13 .0
5+ appVersion : 4.6.2
66home : https://verdaccio.org
77icon : https://cdn.verdaccio.dev/logos/default.png
88sources :
Original file line number Diff line number Diff line change 11image :
22 repository : verdaccio/verdaccio
3- tag : 3.12.0
3+ tag : 4.6.2
44 pullPolicy : IfNotPresent
55
66service :
You can’t perform that action at this time.
0 commit comments