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` |