diff --git a/bitnami/drupal/Chart.yaml b/bitnami/drupal/Chart.yaml index 7fe45ec7c..ebf43951c 100644 --- a/bitnami/drupal/Chart.yaml +++ b/bitnami/drupal/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: drupal -version: 7.0.2 -appVersion: 9.0.1 +version: 7.0.3 +appVersion: 9.0.2 description: One of the most versatile open source content management systems. keywords: - drupal diff --git a/bitnami/drupal/requirements.lock b/bitnami/drupal/requirements.lock index 0d40bb7b7..58ce73f6c 100644 --- a/bitnami/drupal/requirements.lock +++ b/bitnami/drupal/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 7.5.1 -digest: sha256:b4885fbfac1c2e29f38d28211c9df74a70d068a12043b7a355f93a14d27da7a0 -generated: "2020-06-09T14:04:18.001667522Z" + version: 7.6.1 +digest: sha256:4c9e0bd5b0b9eabae13acdbe88ca07eb42d9709c9f151f89a4995e20911cbcfb +generated: "2020-07-09T00:45:52.330749623Z" diff --git a/bitnami/drupal/values.yaml b/bitnami/drupal/values.yaml index 5cdd29351..40fe3e808 100644 --- a/bitnami/drupal/values.yaml +++ b/bitnami/drupal/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/drupal - tag: 9.0.1-debian-10-r2 + tag: 9.0.2-debian-10-r0 ## 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 @@ -287,7 +287,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r75 + tag: 0.8.0-debian-10-r97 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.