Skip to content

Commit

Permalink
Upgrade Nexus3 to v3.23.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehipwell authored May 6, 2020
1 parent 72b4b7f commit 22bdac9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 2.2.2
appVersion: 3.22.1
version: 2.3.0
appVersion: 3.23.0
description: Sonatype Nexus OSS is an open source repository manager
keywords:
- artifacts
Expand Down
4 changes: 2 additions & 2 deletions charts/nexus3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ The command removes all the Kubernetes components associated with the chart and
The following table lists the configurable parameters of the _Nexus3_ chart and their default values.

| Parameter | Description | Default |
| ------------------------------------------| --------------------------------------------------------------------------------------- | ----------------- |
| ----------------------------------------- | --------------------------------------------------------------------------------------- | ----------------- |
| `image.repository` | Docker repository to use | `sonatype/nexus3` |
| `image.tag` | Docker tag to use | `3.22.1` |
| `image.tag` | Docker tag to use | `3.23.0` |
| `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.22.1
tag: 3.23.0
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 22bdac9

Please sign in to comment.