Skip to content

Commit 194a1ad

Browse files
authored
feat: update base to v5.1.0 (#65)
1 parent 2e563d8 commit 194a1ad

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ and their default values.
8686
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
8787
| `image.pullSecrets` | Image pull secrets | `[]` |
8888
| `image.repository` | Verdaccio container image repository | `verdaccio/verdaccio` |
89-
| `image.tag` | Verdaccio container image tag | `5.0.4` |
89+
| `image.tag` | Verdaccio container image tag | `5.1.0` |
9090
| `nodeSelector` | Node labels for pod assignment | `{}` |
9191
| `tolerations` | List of node taints to tolerate | `[]` |
9292
| `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.0.1
5-
appVersion: 5.0.4
4+
version: 4.1.0
5+
appVersion: 5.1.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.0.4
3+
tag: 5.1.0
44
pullPolicy: IfNotPresent
55
pullSecrets: []
66
# - dockerhub-secret

0 commit comments

Comments
 (0)