We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad5c83 commit e888f0bCopy full SHA for e888f0b
README.md
@@ -49,7 +49,7 @@ helm install npm verdaccio/verdaccio
49
50
```bash
51
# Helm v3+
52
-helm install npm --set image.tag=5.21.1 verdaccio/verdaccio
+helm install npm --set image.tag=5.29.0 verdaccio/verdaccio
53
```
54
55
### Upgrading Verdaccio
charts/verdaccio/Chart.yaml
@@ -1,8 +1,8 @@
1
apiVersion: v2
2
description: A lightweight private node.js proxy registry
3
name: verdaccio
4
-version: 4.13.0
5
-appVersion: 5.21.1
+version: 4.14.0
+appVersion: 5.29.0
6
home: https://verdaccio.org
7
icon: https://cdn.verdaccio.dev/logos/default.png
8
sources:
0 commit comments