Skip to content

Commit dd62673

Browse files
authored
updated the default image version (#27)
1 parent 521fee7 commit dd62673

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
@@ -41,7 +41,7 @@ helm install --name npm verdaccio/verdaccio
4141
### Deploy a specific version
4242

4343
```bash
44-
helm install --name npm --set image.tag=3.13.1 verdaccio/verdaccio
44+
helm install --name npm --set image.tag=4.6.2 verdaccio/verdaccio
4545
```
4646

4747
### Upgrading Verdaccio
@@ -77,7 +77,7 @@ and their default values.
7777
| `existingConfigMap` | Name of custom ConfigMap to use | `false` |
7878
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
7979
| `image.repository` | Verdaccio container image repository | `verdaccio/verdaccio` |
80-
| `image.tag` | Verdaccio container image tag | `3.11.6` |
80+
| `image.tag` | Verdaccio container image tag | `4.6.2` |
8181
| `nodeSelector` | Node labels for pod assignment | `{}` |
8282
| `tolerations` | List of node taints to tolerate | `[]` |
8383
| `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: v1
22
description: A lightweight private npm proxy registry (sinopia fork)
33
name: verdaccio
4-
version: 0.12.0
5-
appVersion: 3.13.1
4+
version: 0.13.0
5+
appVersion: 4.6.2
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: 3.12.0
3+
tag: 4.6.2
44
pullPolicy: IfNotPresent
55

66
service:

0 commit comments

Comments
 (0)