From 56b81eded250117b243e4f5f98006cd2d5baf808 Mon Sep 17 00:00:00 2001 From: Guilhem Bonnefille Date: Wed, 6 Apr 2022 15:04:18 +0200 Subject: [PATCH] Fix doc about image values --- charts/nexus-repository-manager/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) |