From d49be5fb32a705233f623688709d5793e6a88707 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 9 Sep 2019 13:34:16 +0200 Subject: [PATCH] [stable/drupal] Release 5.2.2 updating components versions (#16972) 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 fdf5e126d2..4278c34210 100644 --- a/stable/drupal/Chart.yaml +++ b/stable/drupal/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: drupal -version: 5.2.1 +version: 5.2.2 appVersion: 8.7.7 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 4e9f931da0..8c41b7efe4 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.6 + version: 6.8.7 digest: sha256:a363428d6463718a9523a88c70e485218373e315f2979cb1bb17b034ec2be96a -generated: 2019-09-06T05:06:12.337150468Z +generated: 2019-09-09T04:36:08.771134086Z diff --git a/stable/drupal/values.yaml b/stable/drupal/values.yaml index 0e0a191c99..66f696311a 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.7-debian-9-r2 + tag: 8.7.7-debian-9-r5 ## 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 @@ -262,7 +262,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r47 + tag: 0.7.0-debian-9-r50 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.