diff --git a/README.md b/README.md index 0a10c18..c878ff9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Verdaccio [Verdaccio](https://www.verdaccio.org) is a lightweight private -[NPM](https://www.npmjs.com) proxy registry. +[Node.js](https://www.npmjs.com) proxy registry. ## TL;DR; @@ -49,7 +49,7 @@ helm install npm verdaccio/verdaccio ```bash # Helm v3+ -helm install npm --set image.tag=4.6.2 verdaccio/verdaccio +helm install npm --set image.tag=5.5.0 verdaccio/verdaccio ``` ### Upgrading Verdaccio @@ -88,7 +88,7 @@ and their default values. | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Image pull secrets | `[]` | | `image.repository` | Verdaccio container image repository | `verdaccio/verdaccio` | -| `image.tag` | Verdaccio container image tag | `5.2.0` | +| `image.tag` | Verdaccio container image tag | `5.5.0` | | `nodeSelector` | Node labels for pod assignment | `{}` | | `tolerations` | List of node taints to tolerate | `[]` | | `persistence.accessMode` | PVC Access Mode for Verdaccio volume | `ReadWriteOnce` | diff --git a/charts/verdaccio/Chart.yaml b/charts/verdaccio/Chart.yaml index 361fb60..ad60dce 100644 --- a/charts/verdaccio/Chart.yaml +++ b/charts/verdaccio/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: A lightweight private node.js proxy registry name: verdaccio -version: 4.5.0 -appVersion: 5.2.0 +version: 4.6.0 +appVersion: 5.5.0 home: https://verdaccio.org icon: https://cdn.verdaccio.dev/logos/default.png sources: