From 756292e59aa9d98fea65aa807018ef788bdab9ba Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 23 Feb 2023 13:02:15 +0100 Subject: [PATCH] [bitnami/drupal] Release 13.0.6 (#15124) * [bitnami/drupal] Release 13.0.6 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/drupal/Chart.lock | 6 +++--- bitnami/drupal/Chart.yaml | 2 +- bitnami/drupal/README.md | 4 ++-- bitnami/drupal/values.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/drupal/Chart.lock b/bitnami/drupal/Chart.lock index a39324ceb7..1e6d630e7a 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: 11.4.7 + version: 11.5.0 - name: common repository: https://charts.bitnami.com/bitnami version: 2.2.3 -digest: sha256:8cb26d8c02d2d79868af689799a6171276b05b0c9ac095a8356d3666093324d7 -generated: "2023-02-21T07:54:12.234896065Z" +digest: sha256:9fee15e45a3c4b6a833a57b2864873227a6bc687ac465a30e8f16c064779edcc +generated: "2023-02-23T11:10:27.881363724Z" diff --git a/bitnami/drupal/Chart.yaml b/bitnami/drupal/Chart.yaml index 2a87996f66..7f2f6daa40 100644 --- a/bitnami/drupal/Chart.yaml +++ b/bitnami/drupal/Chart.yaml @@ -31,4 +31,4 @@ name: drupal sources: - https://github.com/bitnami/containers/tree/main/bitnami/drupal - https://www.drupal.org/ -version: 13.0.5 +version: 13.0.6 diff --git a/bitnami/drupal/README.md b/bitnami/drupal/README.md index 893f8ce275..0cb86e478a 100644 --- a/bitnami/drupal/README.md +++ b/bitnami/drupal/README.md @@ -81,7 +81,7 @@ The command removes all the Kubernetes components associated with the chart and | --------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | --------------------- | | `image.registry` | Drupal image registry | `docker.io` | | `image.repository` | Drupal Image name | `bitnami/drupal` | -| `image.tag` | Drupal Image tag | `10.0.3-debian-11-r7` | +| `image.tag` | Drupal Image tag | `10.0.3-debian-11-r9` | | `image.digest` | Drupal image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | Drupal image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -243,7 +243,7 @@ The command removes all the Kubernetes components associated with the chart and | `metrics.enabled` | Start a exporter side-car | `false` | | `metrics.image.registry` | Apache exporter image registry | `docker.io` | | `metrics.image.repository` | Apache exporter image repository | `bitnami/apache-exporter` | -| `metrics.image.tag` | Apache exporter image tag | `0.11.0-debian-11-r94` | +| `metrics.image.tag` | Apache exporter image tag | `0.13.0-debian-11-r0` | | `metrics.image.digest` | Apache exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | diff --git a/bitnami/drupal/values.yaml b/bitnami/drupal/values.yaml index f1ded63573..5d6933e721 100644 --- a/bitnami/drupal/values.yaml +++ b/bitnami/drupal/values.yaml @@ -56,7 +56,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/drupal - tag: 10.0.3-debian-11-r7 + tag: 10.0.3-debian-11-r9 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -696,7 +696,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.11.0-debian-11-r94 + tag: 0.13.0-debian-11-r0 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.