From a114703c44a321d901df92109125f5f2a6a4f8bd Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 4 Sep 2019 10:34:59 +0200 Subject: [PATCH] [stable/drupal] Release 5.1.5 updating components versions (#16800) Signed-off-by: Bitnami Containers --- stable/drupal/Chart.yaml | 2 +- stable/drupal/requirements.lock | 4 ++-- stable/drupal/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/drupal/Chart.yaml b/stable/drupal/Chart.yaml index 1878c94cac..067fd57641 100644 --- a/stable/drupal/Chart.yaml +++ b/stable/drupal/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: drupal -version: 5.1.4 +version: 5.1.5 appVersion: 8.7.6 description: One of the most versatile open source content management systems. keywords: diff --git a/stable/drupal/requirements.lock b/stable/drupal/requirements.lock index 27099b0051..d1c69fff96 100644 --- a/stable/drupal/requirements.lock +++ b/stable/drupal/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://kubernetes-charts.storage.googleapis.com/ - version: 6.8.4 + version: 6.8.5 digest: sha256:a363428d6463718a9523a88c70e485218373e315f2979cb1bb17b034ec2be96a -generated: 2019-09-02T10:07:39.233175418Z +generated: 2019-09-03T08:27:19.214530154Z diff --git a/stable/drupal/values.yaml b/stable/drupal/values.yaml index 7157e5aaae..5c6419880a 100644 --- a/stable/drupal/values.yaml +++ b/stable/drupal/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/drupal - tag: 8.7.6-debian-9-r26 + tag: 8.7.6-debian-9-r27 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -256,7 +256,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r43 + tag: 0.7.0-debian-9-r44 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.