Skip to content

Commit

Permalink
stable/sonatype-nexus (helm#15909)
Browse files Browse the repository at this point in the history
* Updated Nexus version to 3.17.0

Signed-off-by: Catalin Moroianu <c.moroianu@travelaudience.com>

* update support images to latest alpine

Signed-off-by: Catalin Moroianu <c.moroianu@travelaudience.com>

* update readme

Signed-off-by: Catalin Moroianu <c.moroianu@travelaudience.com>

* bump to v3.18

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>

* Revert "bump to v3.18"

This reverts commit cfe39d7.

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
Signed-off-by: Roland Gritzer <gritzer.roland@gmail.com>
  • Loading branch information
cmoroianu1 authored and landorg committed Aug 19, 2019
1 parent bfb42c5 commit f39d335
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions stable/sonatype-nexus/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
name: sonatype-nexus
version: 1.18.5
appVersion: 3.15.2-01
version: 1.19.0
appVersion: 3.17.0-01
description: Sonatype Nexus is an open source repository manager
keywords:
- artifacts
Expand Down
6 changes: 3 additions & 3 deletions 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.15.2` |
| `nexus.imageTag` | Version of Nexus | `3.17.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 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.4.0_8u191` |
| `nexusProxy.imageTag` | Proxy image version | `2.5.0` |
| `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 @@ -112,7 +112,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.4.0` |
| `nexusBackup.imageTag` | Nexus backup image version | `1.5.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 Down
6 changes: 3 additions & 3 deletions stable/sonatype-nexus/values.yaml
Expand Up @@ -10,7 +10,7 @@ deploymentStrategy: {}

nexus:
imageName: quay.io/travelaudience/docker-nexus
imageTag: 3.15.2
imageTag: 3.17.0
imagePullPolicy: IfNotPresent
env:
- name: install4jAddVmParams
Expand Down Expand Up @@ -71,7 +71,7 @@ nexusProxy:
enabled: true
# svcName: proxy-svc
imageName: quay.io/travelaudience/docker-nexus-proxy
imageTag: 2.4.0_8u191
imageTag: 2.5.0
imagePullPolicy: IfNotPresent
port: 8080
targetPort: 8080
Expand Down Expand Up @@ -125,7 +125,7 @@ persistence:
nexusBackup:
enabled: false
imageName: quay.io/travelaudience/docker-nexus-backup
imageTag: 1.4.0
imageTag: 1.5.0
imagePullPolicy: IfNotPresent
env:
targetBucket:
Expand Down

0 comments on commit f39d335

Please sign in to comment.