From afede365e86f114a2fbf3607718ee1f48b7e7191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Tue, 15 Jan 2019 14:09:42 +0100 Subject: [PATCH] [stable/redmine] Document the correct format for pullSecrets in README (#10638) Signed-off-by: Carlos Rodriguez Hernandez --- stable/redmine/Chart.yaml | 2 +- stable/redmine/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/redmine/Chart.yaml b/stable/redmine/Chart.yaml index 204f15fc2f..ecb736268b 100644 --- a/stable/redmine/Chart.yaml +++ b/stable/redmine/Chart.yaml @@ -1,5 +1,5 @@ name: redmine -version: 8.0.0 +version: 8.0.1 appVersion: 4.0.0 description: A flexible project management web application. keywords: diff --git a/stable/redmine/README.md b/stable/redmine/README.md index fe03b562a9..e71de6c0f6 100644 --- a/stable/redmine/README.md +++ b/stable/redmine/README.md @@ -62,7 +62,7 @@ The following table lists the configurable parameters of the Redmine chart and t | `image.repository` | Redmine image name | `bitnami/redmine` | | `image.tag` | Redmine image tag | `{VERSION}` | | `image.pullPolicy` | Image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` | -| `image.pullSecrets` | Specify image pull secrets | `nil` | +| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `redmineUsername` | User of the application | `user` | | `redminePassword` | Application password | _random 10 character long alphanumeric string_ | | `redmineEmail` | Admin email | `user@example.com` |