From 8013cc498f34381e28d80cf17aa6c2d54fbcbf63 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 29 Mar 2018 05:12:03 +0200 Subject: [PATCH] [stable/drupal] Release 0.11.13 (#4500) * drupal: update to `bitnami/drupal:8.5.1-r0` * drupal: bump chart appVersion to `8.5.1` * drupal: bump chart version to `0.11.13` --- 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 ae19d58efd..7fd6e43bd0 100644 --- a/stable/drupal/Chart.yaml +++ b/stable/drupal/Chart.yaml @@ -1,6 +1,6 @@ name: drupal -version: 0.11.12 -appVersion: 8.5.0 +version: 0.11.13 +appVersion: 8.5.1 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 8bb45f974b..1954d1bc3a 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.5.0-r0 +image: bitnami/drupal:8.5.1-r0 ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.