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

Commit

Permalink
also update the proxy image to one without security vulnerabilities
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
  • Loading branch information
Jeff Knurek committed Feb 7, 2019
1 parent 11c5985 commit f9cbd64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stable/sonatype-nexus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 Down
2 changes: 1 addition & 1 deletion stable/sonatype-nexus/values.yaml
Original file line number Diff line number Diff line change
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 f9cbd64

Please sign in to comment.