From 8649bf7d39438ee5d68f74e930535b0679c7d2a3 Mon Sep 17 00:00:00 2001 From: Catalin Moroianu Date: Fri, 26 Jul 2019 17:26:13 +0300 Subject: [PATCH] update readme Signed-off-by: Catalin Moroianu --- stable/sonatype-nexus/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/sonatype-nexus/README.md b/stable/sonatype-nexus/README.md index 80cfdb890b..58e0d39f08 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.15.2` | +| `nexus.imageTag` | Version of Nexus | `3.17.0` | | `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.4.0_8u191` | +| `nexusProxy.imageTag` | Proxy image version | `2.5.0` | | `nexusProxy.imagePullPolicy` | Proxy image pull policy | `IfNotPresent` | | `nexusProxy.resources` | Proxy resource requests and limits | `{}` | | `nexusProxy.env.nexusHttpHost` | Nexus url to access Nexus | `nil` | @@ -112,7 +112,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.4.0` | +| `nexusBackup.imageTag` | Nexus backup image version | `1.5.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` |