mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
NEXUS: bump the app version to 3.15.2 (#11230)
* NEXUS: bump the app version to 3.15.2 and update the README with the correct values Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com> * also update the proxy image to one without security vulnerabilities Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
6e2dcd7a25
commit
451214890c
@@ -1,6 +1,6 @@
|
||||
name: sonatype-nexus
|
||||
version: 1.15.1
|
||||
appVersion: 3.14.0-04
|
||||
version: 1.16.0
|
||||
appVersion: 3.15.2-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.9.0` |
|
||||
| `nexus.imageTag` | Version of Nexus | `3.15.2` |
|
||||
| `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.1.0` |
|
||||
| `nexusProxy.imageTag` | Proxy image version | `2.4.0_8u191` |
|
||||
| `nexusProxy.imagePullPolicy` | Proxy image pull policy | `IfNotPresent` |
|
||||
| `nexusProxy.resources` | Proxy resource requests and limits | `{}` |
|
||||
| `nexusProxy.env.nexusHttpHost` | Nexus url to access Nexus | `nil` |
|
||||
@@ -108,7 +108,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.2.0` |
|
||||
| `nexusBackup.imageTag` | Nexus backup image version | `1.4.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` |
|
||||
@@ -120,7 +120,7 @@ The following table lists the configurable parameters of the Nexus chart and the
|
||||
| `nexusBackup.persistence.existingClaim` | Existing PV name for backup | `nil` |
|
||||
| `ingress.enabled` | Create an ingress for Nexus | `true` |
|
||||
| `ingress.annotations` | Annotations to enhance ingress configuration | `{}` |
|
||||
| `ingress.tls.enabled` | Enable TLS | `false` |
|
||||
| `ingress.tls.enabled` | Enable TLS | `true` |
|
||||
| `ingress.tls.secretName` | Name of the secret storing TLS cert, `false` to use the Ingress' default certificate | `nexus-tls` |
|
||||
| `ingress.path` | Path for ingress rules. GCP users should set to `/*` | `/` |
|
||||
| `tolerations` | tolerations list | `[]` |
|
||||
|
||||
@@ -10,7 +10,7 @@ deploymentStrategy: {}
|
||||
|
||||
nexus:
|
||||
imageName: quay.io/travelaudience/docker-nexus
|
||||
imageTag: 3.14.0
|
||||
imageTag: 3.15.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: install4jAddVmParams
|
||||
@@ -63,7 +63,7 @@ nexusProxy:
|
||||
enabled: true
|
||||
# svcName: proxy-svc
|
||||
imageName: quay.io/travelaudience/docker-nexus-proxy
|
||||
imageTag: 2.4.0
|
||||
imageTag: 2.4.0_8u191
|
||||
imagePullPolicy: IfNotPresent
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
|
||||
Reference in New Issue
Block a user