From 22bdac9c68ef8d8a50684d9f320bb450563ea4a8 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Wed, 6 May 2020 13:23:03 +0100 Subject: [PATCH] Upgrade Nexus3 to v3.23.0 (#18) --- charts/nexus3/Chart.yaml | 4 ++-- charts/nexus3/README.md | 4 ++-- charts/nexus3/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/nexus3/Chart.yaml b/charts/nexus3/Chart.yaml index 65027849..d4403015 100644 --- a/charts/nexus3/Chart.yaml +++ b/charts/nexus3/Chart.yaml @@ -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 diff --git a/charts/nexus3/README.md b/charts/nexus3/README.md index 1fa9ce01..8c02e356 100644 --- a/charts/nexus3/README.md +++ b/charts/nexus3/README.md @@ -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` | diff --git a/charts/nexus3/values.yaml b/charts/nexus3/values.yaml index 9c4f927a..ca4386ec 100644 --- a/charts/nexus3/values.yaml +++ b/charts/nexus3/values.yaml @@ -1,6 +1,6 @@ image: repository: sonatype/nexus3 - tag: 3.22.1 + tag: 3.23.0 pullPolicy: IfNotPresent nameOverride: ""