From 32adf58e00c5ea781b2fc90ee2ed79d0724c7b6d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 4 Nov 2017 01:25:53 +0530 Subject: [PATCH] [stable/drupal] Release 0.10.4 (#2658) * drupal: update to `bitnami/drupal:8.4.2-r0` * drupal: bump chart appVersion to `8.4.2` * drupal: bump chart version to `0.10.4` --- stable/drupal/Chart.yaml | 4 ++-- stable/drupal/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/drupal/Chart.yaml b/stable/drupal/Chart.yaml index 3de7388d3d..f13ae797c5 100644 --- a/stable/drupal/Chart.yaml +++ b/stable/drupal/Chart.yaml @@ -1,6 +1,6 @@ name: drupal -version: 0.10.3 -appVersion: 8.4.1 +version: 0.10.4 +appVersion: 8.4.2 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 dc1c1fe3c4..027559593c 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.4.1-r0 +image: bitnami/drupal:8.4.2-r0 ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.