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 @@ -49,7 +49,7 @@ helm install npm verdaccio/verdaccio
4949
5050``` bash
5151# Helm v3+
52- helm install npm --set image.tag=5.15.3 verdaccio/verdaccio
52+ helm install npm --set image.tag=5.17.0 verdaccio/verdaccio
5353```
5454
5555### Upgrading Verdaccio
@@ -88,7 +88,7 @@ and their default values.
8888| ` image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
8989| ` image.pullSecrets ` | Image pull secrets | ` [] ` |
9090| ` image.repository ` | Verdaccio container image repository | ` verdaccio/verdaccio ` |
91- | ` image.tag ` | Verdaccio container image tag | ` 5.15.3 ` |
91+ | ` image.tag ` | Verdaccio container image tag | ` 5.17.0 ` |
9292| ` nodeSelector ` | Node labels for pod assignment | ` {} ` |
9393| ` tolerations ` | List of node taints to tolerate | ` [] ` |
9494| ` persistence.accessMode ` | PVC Access Mode for Verdaccio volume | ` ReadWriteOnce ` |
Original file line number Diff line number Diff line change 11apiVersion : v2
22description : A lightweight private node.js proxy registry
33name : verdaccio
4- version : 4.9.2
5- appVersion : 5.15.4
4+ version : 4.9.3
5+ appVersion : 5.17.0
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: 5.15.3
3+ # tag: 5.17.0
44 pullPolicy : IfNotPresent
55 pullSecrets : []
66 # - dockerhub-secret
You can’t perform that action at this time.
0 commit comments