Skip to content

Commit

Permalink
Typo fix in sonatype-nexus/README.md (helm#5042)
Browse files Browse the repository at this point in the history
* Add version for sonatype-nexus 0.2.2

Add version for sonatype-nexus 0.2.2

* Typo fix in sonatype-nexus/README.md

Typo fix in sonatype-nexus/README.md
  • Loading branch information
AdamDang authored and Jean-Noël Vouilloz committed May 15, 2018
1 parent c556cdd commit 8311d3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/sonatype-nexus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sonatype-nexus
version: 0.2.1
version: 0.2.2
appVersion: 3.9.0
description: Sonatype Nexus is an open source repository manager
keywords:
Expand Down
4 changes: 2 additions & 2 deletions stable/sonatype-nexus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The default login is admin/admin123

## Uninstalling the Chart

to uninstall/delete the deployment:
To uninstall/delete the deployment:

```bash
$ helm list
Expand All @@ -44,7 +44,7 @@ The following table lists the configurable parameters of the Nexus chart and the
| `image.repository` | `nexus` image repository. | cavemandaveman/nexus |
| `image.tag` | `nexus` image tag. | 3.9.0-01 |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `nodeSelector` | node labels for pod assignment | {} |
| `nodeSelector` | Node labels for pod assignment | {} |
| `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 |
Expand Down

0 comments on commit 8311d3f

Please sign in to comment.