Skip to content

Commit

Permalink
fix: update docker image to 5.0.4 (#61)
Browse files Browse the repository at this point in the history
* fix: update docker image to 5.0.2

* Update README.md

* Update Chart.yaml

* Update values.yaml
  • Loading branch information
juanpicado authored May 5, 2021
1 parent c6a2b3e commit 2e563d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,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.0.1` |
| `image.tag` | Verdaccio container image tag | `5.0.4` |
| `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.0.0
appVersion: 5.0.1
version: 4.0.1
appVersion: 5.0.4
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.0.1
tag: 5.0.4
pullPolicy: IfNotPresent
pullSecrets: []
# - dockerhub-secret
Expand Down

0 comments on commit 2e563d8

Please sign in to comment.