[stable/sonatype-nexus] Fix default in sonatype nexus readme (#2924)

* [stable/sonatype-nexus] Update config in README.md

Update the configuration in README.md to reflect the defaults set
in values.yaml.

* [stable/sonatype-nexus] Update version in Chart.yaml
This commit is contained in:
Lucas Bickel
2017-12-09 21:53:31 +01:00
committed by Reinhard Nägele
parent 35834f8c60
commit d8bc82f5cf
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: sonatype-nexus
version: 0.1.2
version: 0.1.3
appVersion: 3.5.1
description: Sonatype Nexus is an open source repository manager
keywords:
+3 -3
View File
@@ -41,14 +41,14 @@ The following tables lists the configurable parameters of the Nexus chart and th
| Parameter | Description | Default |
| ------------------------------------------ | ---------------------------------- | -------------------------------------------|
| `imageTag` | `nexus` image tag. | 3.5.1-02 |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `image.tag` | `nexus` image tag. | 3.5.1-02 |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `ingress.enabled` | Flag for enabling ingress | false |
| `persistence.enabled` | Create a volume to store data | true |
| `persistence.size` | Size of persistent volume to claim | 8Gi RW |
| `persistence.storageClass` | Type of persistent volume claim | nil (uses alpha storage class annotation) |
| `persistence.accessMode` | ReadWriteOnce or ReadOnly | ReadWriteOnce |
| `service.type` | Kubernetes Service type | `ClusterIP` |
| `service.type` | Kubernetes Service type | `LoadBalancer` |
| `service.readinessProbe.initialDelaySeconds`| ReadinessProbe initial delay | 30 |
| `service.readinessProbe.periodSeconds` | Seconds between polls | 30 |
| `service.readinessProbe.failureThreshold` | Number of attempts before failure | 6 |