From 6b67dd418bf9d32c2dfe4e236ec3323a209bc5dd Mon Sep 17 00:00:00 2001 From: AdamDang Date: Tue, 1 May 2018 21:21:17 +0800 Subject: [PATCH] [stable/sonatype-nexus] Typo fix: bellow->below (#5335) * add version version: 1.1.1 * Update README.md * Update values.yaml --- stable/sonatype-nexus/Chart.yaml | 2 +- stable/sonatype-nexus/README.md | 2 +- stable/sonatype-nexus/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/sonatype-nexus/Chart.yaml b/stable/sonatype-nexus/Chart.yaml index 836f65a403..52293cbfc7 100644 --- a/stable/sonatype-nexus/Chart.yaml +++ b/stable/sonatype-nexus/Chart.yaml @@ -1,5 +1,5 @@ name: sonatype-nexus -version: 1.1.0 +version: 1.1.1 appVersion: 3.10.0-04 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 d9551b5133..124a3bd5cd 100644 --- a/stable/sonatype-nexus/README.md +++ b/stable/sonatype-nexus/README.md @@ -196,5 +196,5 @@ To see how to use Nexus with different tools like Docker, Maven, Python, and so - [Nexus Usage](https://github.com/travelaudience/kubernetes-nexus#usage) ### Disaster Recovery -In a disaster recovery scenario, the latest backup made by the nexus-backup container should be restored. In order to achieve this please follow the procedure described bellow: +In a disaster recovery scenario, the latest backup made by the nexus-backup container should be restored. In order to achieve this please follow the procedure described below: - [Restore Backups](https://github.com/travelaudience/kubernetes-nexus#restore) diff --git a/stable/sonatype-nexus/values.yaml b/stable/sonatype-nexus/values.yaml index 2b32e48efa..6fd811209b 100644 --- a/stable/sonatype-nexus/values.yaml +++ b/stable/sonatype-nexus/values.yaml @@ -46,7 +46,7 @@ nexusProxy: nexusHttpHost: enforceHttps: false cloudIamAuthEnabled: false -## If cloudIamAuthEnabled is set to true uncomment the variables bellow and remove this line +## If cloudIamAuthEnabled is set to true uncomment the variables below and remove this line # clientId: "" # clientSecret: "" # organizationId: ""