Skip to content

Commit f17b286

Browse files
authored
Bump Chart AppVersion to 5.17.0 (#111)
1 parent 1b8a316 commit f17b286

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ helm install npm verdaccio/verdaccio
4949

5050
```bash
5151
# Helm v3+
52-
helm install npm --set image.tag=5.15.3 verdaccio/verdaccio
52+
helm install npm --set image.tag=5.17.0 verdaccio/verdaccio
5353
```
5454

5555
### Upgrading Verdaccio
@@ -88,7 +88,7 @@ and their default values.
8888
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
8989
| `image.pullSecrets` | Image pull secrets | `[]` |
9090
| `image.repository` | Verdaccio container image repository | `verdaccio/verdaccio` |
91-
| `image.tag` | Verdaccio container image tag | `5.15.3` |
91+
| `image.tag` | Verdaccio container image tag | `5.17.0` |
9292
| `nodeSelector` | Node labels for pod assignment | `{}` |
9393
| `tolerations` | List of node taints to tolerate | `[]` |
9494
| `persistence.accessMode` | PVC Access Mode for Verdaccio volume | `ReadWriteOnce` |

charts/verdaccio/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
description: A lightweight private node.js proxy registry
33
name: verdaccio
4-
version: 4.9.2
5-
appVersion: 5.15.4
4+
version: 4.9.3
5+
appVersion: 5.17.0
66
home: https://verdaccio.org
77
icon: https://cdn.verdaccio.dev/logos/default.png
88
sources:

charts/verdaccio/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
repository: verdaccio/verdaccio
3-
# tag: 5.15.3
3+
# tag: 5.17.0
44
pullPolicy: IfNotPresent
55
pullSecrets: []
66
# - dockerhub-secret

0 commit comments

Comments
 (0)