Skip to content

Commit

Permalink
Upgrade Nexus3 to v3.21.2 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehipwell authored Mar 24, 2020
1 parent fa9a417 commit 3bd8d01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/nexus3/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: nexus3
version: 1.3.1
appVersion: 3.21.1
version: 1.3.2
appVersion: 3.21.2
description: Sonatype Nexus OSS is an open source repository manager
keywords:
- artifacts
Expand Down
2 changes: 1 addition & 1 deletion charts/nexus3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The following table lists the configurable parameters of the _Nexus3_ chart and
| Parameter | Description | Default |
| -------------------------------- | --------------------------------------------------------------------------------------- | ----------------- |
| `image.repository` | Docker repository to use | `sonatype/nexus3` |
| `image.tag` | Docker tag to use | `3.21.1` |
| `image.tag` | Docker tag to use | `3.21.2` |
| `image.pullPolicy` | Docker image pull policy | `IfNotPresent` |
| `nameOverride` | String to partially override `nexus3.fullname` template (will prepend the release name) | `nil` |
| `fullnameOverride` | String to fully override `nexus3.fullname` template | `nil` |
Expand Down
2 changes: 1 addition & 1 deletion charts/nexus3/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: sonatype/nexus3
tag: 3.21.1
tag: 3.21.2
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 3bd8d01

Please sign in to comment.