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
41
41
### Deploy a specific version
42
42
43
43
``` 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
45
45
```
46
46
47
47
### Upgrading Verdaccio
@@ -77,7 +77,7 @@ and their default values.
77
77
| ` existingConfigMap ` | Name of custom ConfigMap to use | ` false ` |
78
78
| ` image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
79
79
| ` 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 ` |
81
81
| ` nodeSelector ` | Node labels for pod assignment | ` {} ` |
82
82
| ` tolerations ` | List of node taints to tolerate | ` [] ` |
83
83
| ` persistence.accessMode ` | PVC Access Mode for Verdaccio volume | ` ReadWriteOnce ` |
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
description : A lightweight private npm proxy registry (sinopia fork)
3
3
name : verdaccio
4
- version : 0.12 .0
5
- appVersion : 3.13.1
4
+ version : 0.13 .0
5
+ appVersion : 4.6.2
6
6
home : https://verdaccio.org
7
7
icon : https://cdn.verdaccio.dev/logos/default.png
8
8
sources :
Original file line number Diff line number Diff line change 1
1
image :
2
2
repository : verdaccio/verdaccio
3
- tag : 3.12.0
3
+ tag : 4.6.2
4
4
pullPolicy : IfNotPresent
5
5
6
6
service :
You can’t perform that action at this time.
0 commit comments