bump to v3.18

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
David J. M. Karlsen
2019-07-28 19:56:41 +02:00
parent 8649bf7d39
commit cfe39d7b47
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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 | `{}` |
+1 -1
View File
@@ -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