Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

NEXUS: bump the app version to 3.15.2 #11230

Merged
merged 2 commits into from
Feb 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions stable/sonatype-nexus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions stable/sonatype-nexus/README.md
Original file line number Diff line number Diff line change
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.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 | `{}` |
Expand All @@ -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` |
Expand All @@ -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` |
Expand All @@ -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 | `[]` |
Expand Down
4 changes: 2 additions & 2 deletions stable/sonatype-nexus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down