Skip to content

Commit

Permalink
NEXUS: bump the app version to 3.15.2 (helm#11230)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
jeff-knurek authored and k8s-ci-robot committed Feb 7, 2019
1 parent 6e2dcd7 commit 4512148
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
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

0 comments on commit 4512148

Please sign in to comment.