diff --git a/charts/nexus-repository-manager/README.md b/charts/nexus-repository-manager/README.md index 69fb21cf..17067484 100644 --- a/charts/nexus-repository-manager/README.md +++ b/charts/nexus-repository-manager/README.md @@ -118,7 +118,9 @@ The following table lists the configurable parameters of the Nexus chart and the | Parameter | Description | Default | |--------------------------------------------|----------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------| | `deploymentStrategy` | Deployment Strategy | `Recreate` | -| `nexus.imagePullPolicy` | Nexus Repository image pull policy | `IfNotPresent` | +| `image.repository` | Nexus Repository image repository | `sonatype/nexus3` | +| `image.tag` | Nexus Repository image tag | | +| `image.pullPolicy` | Nexus Repository image pull policy | `IfNotPresent` | | `nexus.imagePullSecrets` | Secret to download Nexus Repository image from private registry | `nil` | | `nexus.docker.enabled` | Enable/disable Docker support | `false` | | `nexus.docker.registries` | Support multiple Docker registries | (see below) |