From a046205bd3ed2255ceadbe1867ae9c938d0326c1 Mon Sep 17 00:00:00 2001 From: Fran Date: Thu, 3 Nov 2016 16:12:12 +0100 Subject: [PATCH] Bump Drupal version --- 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 0444f0d64d..6cdbe5f9c4 100644 --- a/stable/drupal/Chart.yaml +++ b/stable/drupal/Chart.yaml @@ -1,5 +1,5 @@ name: drupal -version: 0.3.5 +version: 0.3.6 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 1db339f430..64aee87829 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.1-r0 +image: bitnami/drupal:8.2.2-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'