From a816e00013b7f3151eb41721eab8d24025044412 Mon Sep 17 00:00:00 2001 From: jdrios Date: Fri, 4 Nov 2016 21:13:37 +0100 Subject: [PATCH] Updates Drupal image version to 8.2.2-r2 and fixes issues when installing plugins --- stable/drupal/Chart.yaml | 2 +- stable/drupal/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/drupal/Chart.yaml b/stable/drupal/Chart.yaml index 6cdbe5f9c4..9dae857f4d 100644 --- a/stable/drupal/Chart.yaml +++ b/stable/drupal/Chart.yaml @@ -1,5 +1,5 @@ name: drupal -version: 0.3.6 +version: 0.3.7 description: One of the most versatile open source content management systems. keywords: - drupal diff --git a/stable/drupal/values.yaml b/stable/drupal/values.yaml index 64aee87829..de4710718d 100644 --- a/stable/drupal/values.yaml +++ b/stable/drupal/values.yaml @@ -1,7 +1,7 @@ ## Bitnami Drupal image version ## ref: https://hub.docker.com/r/bitnami/drupal/tags/ ## -image: bitnami/drupal:8.2.2-r0 +image: bitnami/drupal:8.2.2-r2 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'