From ed93c2d12211af0a77c065ee3e3e538f00cf36bf Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 8 Mar 2018 05:44:56 +0100 Subject: [PATCH] [stable/drupal] Release 0.11.10 (#4044) * drupal: update to `bitnami/drupal:8.5.0-r0` * drupal: bump chart appVersion to `8.5.0` * drupal: bump chart version to `0.11.10` --- 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 83cde9aa25..be3d98eaa5 100644 --- a/stable/drupal/Chart.yaml +++ b/stable/drupal/Chart.yaml @@ -1,6 +1,6 @@ name: drupal -version: 0.11.9 -appVersion: 8.4.5 +version: 0.11.10 +appVersion: 8.5.0 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 70aa2e8176..8bb45f974b 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.5-r2 +image: bitnami/drupal:8.5.0-r0 ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.