Skip to content

Commit

Permalink
updated the default image version (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonmike authored Jun 10, 2020
1 parent 521fee7 commit dd62673
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 @@ -41,7 +41,7 @@ helm install --name npm verdaccio/verdaccio
### Deploy a specific version

```bash
helm install --name npm --set image.tag=3.13.1 verdaccio/verdaccio
helm install --name npm --set image.tag=4.6.2 verdaccio/verdaccio
```

### Upgrading Verdaccio
Expand Down Expand Up @@ -77,7 +77,7 @@ and their default values.
| `existingConfigMap` | Name of custom ConfigMap to use | `false` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.repository` | Verdaccio container image repository | `verdaccio/verdaccio` |
| `image.tag` | Verdaccio container image tag | `3.11.6` |
| `image.tag` | Verdaccio container image tag | `4.6.2` |
| `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: v1
description: A lightweight private npm proxy registry (sinopia fork)
name: verdaccio
version: 0.12.0
appVersion: 3.13.1
version: 0.13.0
appVersion: 4.6.2
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: 3.12.0
tag: 4.6.2
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit dd62673

Please sign in to comment.