diff --git a/bitnami/drupal/Chart.lock b/bitnami/drupal/Chart.lock index 7f71d3e5cb..d3e65c3596 100644 --- a/bitnami/drupal/Chart.lock +++ b/bitnami/drupal/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 9.2.4 + version: 9.3.0 - name: common repository: https://charts.bitnami.com/bitnami - version: 1.3.7 -digest: sha256:f046ef5a62a10f8cd37546f430fa8f3b2ba51fa41121dce9abfd9137f10c05a4 -generated: "2021-01-21T17:18:21.869256016Z" + version: 1.3.8 +digest: sha256:e4f46a327837668ae013bc5a0c5704f828d470a1f261e28ee087ae4c1d614e17 +generated: "2021-02-03T22:21:59.789775982Z" diff --git a/bitnami/drupal/Chart.yaml b/bitnami/drupal/Chart.yaml index 92a0b75942..ee1cfa109e 100644 --- a/bitnami/drupal/Chart.yaml +++ b/bitnami/drupal/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: CMS apiVersion: v2 -appVersion: 9.1.3 +appVersion: 9.1.4 dependencies: - condition: mariadb.enabled name: mariadb @@ -31,4 +31,4 @@ name: drupal sources: - https://github.com/bitnami/bitnami-docker-drupal - http://www.drupal.org/ -version: 10.2.0 +version: 10.2.1 diff --git a/bitnami/drupal/values.yaml b/bitnami/drupal/values.yaml index 0f402d77fc..604b20a78a 100644 --- a/bitnami/drupal/values.yaml +++ b/bitnami/drupal/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/drupal - tag: 9.1.3-debian-10-r0 + tag: 9.1.4-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 @@ -549,7 +549,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r274 + tag: 0.8.0-debian-10-r286 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.