From 2c003582bc2ee091d37a976c229fa29eb904992c Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Tue, 5 Jun 2018 21:10:55 +0200 Subject: [PATCH] Fix typo (#5906) --- stable/sonatype-nexus/Chart.yaml | 2 +- stable/sonatype-nexus/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/sonatype-nexus/Chart.yaml b/stable/sonatype-nexus/Chart.yaml index e84dfbbf23..0eac992b64 100644 --- a/stable/sonatype-nexus/Chart.yaml +++ b/stable/sonatype-nexus/Chart.yaml @@ -1,5 +1,5 @@ name: sonatype-nexus -version: 1.4.2 +version: 1.4.3 appVersion: 3.12.0-01 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 d78def3c0b..23a03b4dd1 100644 --- a/stable/sonatype-nexus/README.md +++ b/stable/sonatype-nexus/README.md @@ -5,7 +5,7 @@ ## Introduction This chart bootstraps a Nexus OSS deployment on a cluster using Helm. -This setup is best configuted in [GCP](https://cloud.google.com/) since: +This setup is best configured in [GCP](https://cloud.google.com/) since: - [google cloud storage](https://cloud.google.com/storage/) is used for backups - [GCE Ingress controller](https://github.com/kubernetes/ingress/blob/master/docs/faq/gce.md) is used for using a pre-allocated static IP in GCE.