From d8bc82f5cfc986f8bbb3c3e3ecc8dfedabb6b4fb Mon Sep 17 00:00:00 2001 From: Lucas Bickel Date: Sat, 9 Dec 2017 21:53:31 +0100 Subject: [PATCH] [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 --- stable/sonatype-nexus/Chart.yaml | 2 +- stable/sonatype-nexus/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/sonatype-nexus/Chart.yaml b/stable/sonatype-nexus/Chart.yaml index b4f91626ac..ff22a75b19 100644 --- a/stable/sonatype-nexus/Chart.yaml +++ b/stable/sonatype-nexus/Chart.yaml @@ -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: diff --git a/stable/sonatype-nexus/README.md b/stable/sonatype-nexus/README.md index 23033b3b19..a7b083a79e 100644 --- a/stable/sonatype-nexus/README.md +++ b/stable/sonatype-nexus/README.md @@ -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 |