File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ and their default values.
86
86
| ` image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
87
87
| ` image.pullSecrets ` | Image pull secrets | ` [] ` |
88
88
| ` image.repository ` | Verdaccio container image repository | ` verdaccio/verdaccio ` |
89
- | ` image.tag ` | Verdaccio container image tag | ` 5.0.4 ` |
89
+ | ` image.tag ` | Verdaccio container image tag | ` 5.1.0 ` |
90
90
| ` nodeSelector ` | Node labels for pod assignment | ` {} ` |
91
91
| ` tolerations ` | List of node taints to tolerate | ` [] ` |
92
92
| ` persistence.accessMode ` | PVC Access Mode for Verdaccio volume | ` ReadWriteOnce ` |
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
description : A lightweight private node.js proxy registry
3
3
name : verdaccio
4
- version : 4.0.1
5
- appVersion : 5.0.4
4
+ version : 4.1.0
5
+ appVersion : 5.1.0
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 : 5.0.4
3
+ tag : 5.1.0
4
4
pullPolicy : IfNotPresent
5
5
pullSecrets : []
6
6
# - dockerhub-secret
You can’t perform that action at this time.
0 commit comments