From e7ec5dd9be9e39872fdec41a619184f697401af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 12 Jun 2019 09:23:41 +0200 Subject: [PATCH] [stable/{drupal}] Change tags/pullPolicy in values and or README (#14743) Signed-off-by: Carlos Rodriguez Hernandez --- stable/drupal/Chart.yaml | 2 +- stable/drupal/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/drupal/Chart.yaml b/stable/drupal/Chart.yaml index 8861dcaa72..6941437556 100644 --- a/stable/drupal/Chart.yaml +++ b/stable/drupal/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: drupal -version: 3.3.3 +version: 3.3.4 appVersion: 8.7.3 description: One of the most versatile open source content management systems. keywords: diff --git a/stable/drupal/README.md b/stable/drupal/README.md index b918b4484a..53c2ec0a68 100644 --- a/stable/drupal/README.md +++ b/stable/drupal/README.md @@ -54,7 +54,7 @@ The following table lists the configurable parameters of the Drupal chart and th | `image.registry` | Drupal image registry | `docker.io` | | `image.repository` | Drupal Image name | `bitnami/drupal` | | `image.tag` | Drupal Image tag | `{TAG_NAME}` | -| `image.pullPolicy` | Drupal image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` | +| `image.pullPolicy` | Drupal image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `drupalProfile` | Drupal installation profile | `standard` | | `drupalUsername` | User of the application | `user` |