diff --git a/stable/drupal/Chart.yaml b/stable/drupal/Chart.yaml index 4856a7f19e..fdf5e126d2 100644 --- a/stable/drupal/Chart.yaml +++ b/stable/drupal/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: drupal -version: 5.2.0 -appVersion: 8.7.6 +version: 5.2.1 +appVersion: 8.7.7 description: One of the most versatile open source content management systems. keywords: - drupal diff --git a/stable/drupal/requirements.lock b/stable/drupal/requirements.lock index d1c69fff96..4e9f931da0 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.5 + version: 6.8.6 digest: sha256:a363428d6463718a9523a88c70e485218373e315f2979cb1bb17b034ec2be96a -generated: 2019-09-03T08:27:19.214530154Z +generated: 2019-09-06T05:06:12.337150468Z diff --git a/stable/drupal/values.yaml b/stable/drupal/values.yaml index a84f6e217f..0e0a191c99 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-r27 + tag: 8.7.7-debian-9-r2 ## 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-r44 + tag: 0.7.0-debian-9-r47 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.