From 451214890c8138b48323449a414e54e6280f3b2c Mon Sep 17 00:00:00 2001 From: jeff-knurek Date: Thu, 7 Feb 2019 15:54:19 +0100 Subject: [PATCH] NEXUS: bump the app version to 3.15.2 (#11230) * NEXUS: bump the app version to 3.15.2 and update the README with the correct values Signed-off-by: Jeff Knurek * also update the proxy image to one without security vulnerabilities Signed-off-by: Jeff Knurek --- stable/sonatype-nexus/Chart.yaml | 4 ++-- stable/sonatype-nexus/README.md | 8 ++++---- stable/sonatype-nexus/values.yaml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/stable/sonatype-nexus/Chart.yaml b/stable/sonatype-nexus/Chart.yaml index 68d4f2a4a9a9..96a06c064b16 100644 --- a/stable/sonatype-nexus/Chart.yaml +++ b/stable/sonatype-nexus/Chart.yaml @@ -1,6 +1,6 @@ name: sonatype-nexus -version: 1.15.1 -appVersion: 3.14.0-04 +version: 1.16.0 +appVersion: 3.15.2-01 description: Sonatype Nexus is an open source repository manager keywords: - artifacts diff --git a/stable/sonatype-nexus/README.md b/stable/sonatype-nexus/README.md index efe47722024f..f500669fe3e2 100644 --- a/stable/sonatype-nexus/README.md +++ b/stable/sonatype-nexus/README.md @@ -66,7 +66,7 @@ The following table lists the configurable parameters of the Nexus chart and the | `replicaCount` | Number of Nexus service replicas | `1` | | `deploymentStrategy` | Deployment Strategy | `rollingUpdate` | | `nexus.imageName` | Nexus image | `quay.io/travelaudience/docker-nexus` | -| `nexus.imageTag` | Version of Nexus | `3.9.0` | +| `nexus.imageTag` | Version of Nexus | `3.15.2` | | `nexus.imagePullPolicy` | Nexus image pull policy | `IfNotPresent` | | `nexus.env` | Nexus environment variables | `[{install4jAddVmParams: -Xms1200M -Xmx1200M -XX:MaxDirectMemorySize=2G -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap}]` | | `nexus.resources` | Nexus resource requests and limits | `{}` | @@ -93,7 +93,7 @@ The following table lists the configurable parameters of the Nexus chart and the | `nexusProxy.targetPort` | Container Port for Nexus proxy | `8080` | | `nexusProxy.port` | Port for exposing Nexus | `8080` | | `nexusProxy.imageName` | Proxy image | `quay.io/travelaudience/docker-nexus-proxy` | -| `nexusProxy.imageTag` | Proxy image version | `2.1.0` | +| `nexusProxy.imageTag` | Proxy image version | `2.4.0_8u191` | | `nexusProxy.imagePullPolicy` | Proxy image pull policy | `IfNotPresent` | | `nexusProxy.resources` | Proxy resource requests and limits | `{}` | | `nexusProxy.env.nexusHttpHost` | Nexus url to access Nexus | `nil` | @@ -108,7 +108,7 @@ The following table lists the configurable parameters of the Nexus chart and the | `persistence.existingClaim` | Existing persistent volume name | `nil` | | `nexusBackup.enabled` | Nexus backup process | `false` | | `nexusBackup.imageName` | Nexus backup image | `quay.io/travelaudience/docker-nexus-backup` | -| `nexusBackup.imageTag` | Nexus backup image version | `1.2.0` | +| `nexusBackup.imageTag` | Nexus backup image version | `1.4.0` | | `nexusBackup.imagePullPolicy` | Backup image pull policy | `IfNotPresent` | | `nexusBackup.env.targetBucket` | Required if `nexusBackup` is enabled. Google Cloud Storage bucker for backups format `gs://BACKUP_BUCKET` | `nil` | | `nexusBackup.nexusAdminPassword` | Nexus admin password used by the backup container to access Nexus API. This password should match the one that gets chosen by the user to replace the default admin password after the first login | `admin123` | @@ -120,7 +120,7 @@ The following table lists the configurable parameters of the Nexus chart and the | `nexusBackup.persistence.existingClaim` | Existing PV name for backup | `nil` | | `ingress.enabled` | Create an ingress for Nexus | `true` | | `ingress.annotations` | Annotations to enhance ingress configuration | `{}` | -| `ingress.tls.enabled` | Enable TLS | `false` | +| `ingress.tls.enabled` | Enable TLS | `true` | | `ingress.tls.secretName` | Name of the secret storing TLS cert, `false` to use the Ingress' default certificate | `nexus-tls` | | `ingress.path` | Path for ingress rules. GCP users should set to `/*` | `/` | | `tolerations` | tolerations list | `[]` | diff --git a/stable/sonatype-nexus/values.yaml b/stable/sonatype-nexus/values.yaml index c7d59e64625e..fc53ea1abd98 100644 --- a/stable/sonatype-nexus/values.yaml +++ b/stable/sonatype-nexus/values.yaml @@ -10,7 +10,7 @@ deploymentStrategy: {} nexus: imageName: quay.io/travelaudience/docker-nexus - imageTag: 3.14.0 + imageTag: 3.15.2 imagePullPolicy: IfNotPresent env: - name: install4jAddVmParams @@ -63,7 +63,7 @@ nexusProxy: enabled: true # svcName: proxy-svc imageName: quay.io/travelaudience/docker-nexus-proxy - imageTag: 2.4.0 + imageTag: 2.4.0_8u191 imagePullPolicy: IfNotPresent port: 8080 targetPort: 8080