From 25b4767a3e48344f7259d43fb8dac0453ad77efd Mon Sep 17 00:00:00 2001 From: Rob Kernick Date: Mon, 6 Apr 2020 14:52:25 -0400 Subject: [PATCH] Update nexus readme for default ingress.enabled=false --- charts/sonatype-nexus/Chart.yaml | 2 +- charts/sonatype-nexus/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/sonatype-nexus/Chart.yaml b/charts/sonatype-nexus/Chart.yaml index 76e615c..c5c8be7 100644 --- a/charts/sonatype-nexus/Chart.yaml +++ b/charts/sonatype-nexus/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: sonatype-nexus -version: 1.27.0 +version: 1.27.1 appVersion: 3.21.2 description: Sonatype Nexus is an open source repository manager keywords: diff --git a/charts/sonatype-nexus/README.md b/charts/sonatype-nexus/README.md index da7bc46..86fc9b4 100644 --- a/charts/sonatype-nexus/README.md +++ b/charts/sonatype-nexus/README.md @@ -124,7 +124,7 @@ The following table lists the configurable parameters of the Nexus chart and the | `nexusBackup.persistence.annotations` | PV annotations for backup | `{}` | | `nexusBackup.persistence.existingClaim` | Existing PVC name for backup | `nil` | | `nexusBackup.resources` | Backup resource requests and limits | `{}` | -| `ingress.enabled` | Create an ingress for Nexus | `true` | +| `ingress.enabled` | Create an ingress for Nexus | `false` | | `ingress.annotations` | Annotations to enhance ingress configuration | `{}` | | `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` |