Skip to content

Commit

Permalink
Bump Chart AppVersion to 5.17.0 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Nov 21, 2022
1 parent 1b8a316 commit f17b286
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ helm install npm verdaccio/verdaccio

```bash
# Helm v3+
helm install npm --set image.tag=5.15.3 verdaccio/verdaccio
helm install npm --set image.tag=5.17.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.15.3` |
| `image.tag` | Verdaccio container image tag | `5.17.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.9.2
appVersion: 5.15.4
version: 4.9.3
appVersion: 5.17.0
home: https://verdaccio.org
icon: https://cdn.verdaccio.dev/logos/default.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/verdaccio/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: verdaccio/verdaccio
# tag: 5.15.3
# tag: 5.17.0
pullPolicy: IfNotPresent
pullSecrets: []
# - dockerhub-secret
Expand Down

0 comments on commit f17b286

Please sign in to comment.