Skip to content

Commit

Permalink
feat: upgrade to 5.5.0 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado authored Jan 23, 2022
1 parent 24d1a2a commit 03dc342
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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;

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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` |
Expand Down
4 changes: 2 additions & 2 deletions charts/verdaccio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 03dc342

Please sign in to comment.