From cfe39d7b47ab710e577472ccc367b25f275aef92 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Sun, 28 Jul 2019 19:56:41 +0200 Subject: [PATCH] bump to v3.18 Signed-off-by: David J. M. Karlsen --- stable/sonatype-nexus/Chart.yaml | 2 +- stable/sonatype-nexus/README.md | 2 +- stable/sonatype-nexus/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/sonatype-nexus/Chart.yaml b/stable/sonatype-nexus/Chart.yaml index a1ec52cc89..16a041aefc 100644 --- a/stable/sonatype-nexus/Chart.yaml +++ b/stable/sonatype-nexus/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: sonatype-nexus version: 1.19.0 -appVersion: 3.17.0-01 +appVersion: 3.18.0-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 58e0d39f08..4282786e0a 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.17.0` | +| `nexus.imageTag` | Version of Nexus | `3.18.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 | `{}` | diff --git a/stable/sonatype-nexus/values.yaml b/stable/sonatype-nexus/values.yaml index f18666da63..82ee88fdb5 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.17.0 + imageTag: 3.18.0 imagePullPolicy: IfNotPresent env: - name: install4jAddVmParams