mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
bump to v3.18
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 | `{}` |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user