From 6186907e8a178e4b230f53fd4e7ab785388013c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 12 Jun 2019 10:19:54 +0200 Subject: [PATCH] [stable/{phabricator}] Change tags/pullPolicy in values and or README (#14733) Signed-off-by: Carlos Rodriguez Hernandez --- stable/phabricator/Chart.yaml | 2 +- stable/phabricator/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/phabricator/Chart.yaml b/stable/phabricator/Chart.yaml index ff34ae2404..35a39f68ca 100644 --- a/stable/phabricator/Chart.yaml +++ b/stable/phabricator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: phabricator -version: 4.3.2 +version: 4.3.3 appVersion: 2019.21.0 description: Collection of open source web applications that help software companies build better software. keywords: diff --git a/stable/phabricator/README.md b/stable/phabricator/README.md index 3bab90ac3e..917f97c9f6 100644 --- a/stable/phabricator/README.md +++ b/stable/phabricator/README.md @@ -54,7 +54,7 @@ The following table lists the configurable parameters of the Phabricator chart a | `image.registry` | Phabricator image registry | `docker.io` | | `image.repository` | Phabricator image name | `bitnami/phabricator` | | `image.tag` | Phabricator image tag | `{TAG_NAME}` | -| `image.pullPolicy` | Image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` | +| `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `phabricatorHost` | Phabricator host to create application URLs | `nil` | | `phabricatorAlternateFileDomain` | Phabricator alternate domain to upload files | `nil` |