Skip to content

Commit

Permalink
bump to v3.18
Browse files Browse the repository at this point in the history
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
  • Loading branch information
davidkarlsen committed Jul 28, 2019
1 parent 8649bf7 commit cfe39d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion stable/sonatype-nexus/README.md
Expand Up @@ -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 | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion stable/sonatype-nexus/values.yaml
Expand Up @@ -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
Expand Down

0 comments on commit cfe39d7

Please sign in to comment.