From 589814afeeb8b62b8dacf120f2dc184e0b828aa0 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 30 Aug 2023 06:40:10 +0200 Subject: [PATCH] [bitnami/drupal] Release 15.1.1 (#18940) * [bitnami/drupal] Release 15.1.1 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 | 8 ++++---- bitnami/drupal/Chart.yaml | 8 ++++---- bitnami/drupal/README.md | 8 ++++---- bitnami/drupal/values.yaml | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/bitnami/drupal/Chart.lock b/bitnami/drupal/Chart.lock index 9a197ee1a5..25ec15e01c 100644 --- a/bitnami/drupal/Chart.lock +++ b/bitnami/drupal/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: oci://registry-1.docker.io/bitnamicharts - version: 13.1.0 + version: 13.1.2 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.9.0 -digest: sha256:d3631adc7fc7860887dfe6a3d2b52797a1ab2c9a8f284dc8b9a3070bf1b3f1dc -generated: "2023-08-23T11:42:37.139235+02:00" + version: 2.9.1 +digest: sha256:b3255294642d791d1d531500170ce2a4d25d218e06e650d5bd8f1aa5493aaee7 +generated: "2023-08-30T04:33:12.171224844Z" diff --git a/bitnami/drupal/Chart.yaml b/bitnami/drupal/Chart.yaml index 95a9357aa8..fbd35d3307 100644 --- a/bitnami/drupal/Chart.yaml +++ b/bitnami/drupal/Chart.yaml @@ -6,11 +6,11 @@ annotations: licenses: Apache-2.0 images: | - name: apache-exporter - image: docker.io/bitnami/apache-exporter:1.0.1-debian-11-r21 + image: docker.io/bitnami/apache-exporter:1.0.1-debian-11-r29 - name: drupal - image: docker.io/bitnami/drupal:10.1.2-debian-11-r16 + image: docker.io/bitnami/drupal:10.1.2-debian-11-r26 - name: os-shell - image: docker.io/bitnami/os-shell:11-debian-11-r40 + image: docker.io/bitnami/os-shell:11-debian-11-r51 apiVersion: v2 appVersion: 10.1.2 dependencies: @@ -40,4 +40,4 @@ maintainers: name: drupal sources: - https://github.com/bitnami/charts/tree/main/bitnami/drupal -version: 15.1.0 +version: 15.1.1 diff --git a/bitnami/drupal/README.md b/bitnami/drupal/README.md index c5d44f93b7..8bc52bd6e3 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.1.2-debian-11-r16` | +| `image.tag` | Drupal Image tag | `10.1.2-debian-11-r26` | | `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 | `[]` | @@ -229,7 +229,7 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work) | `false` | | `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` | | `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/os-shell` | -| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r40` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r51` | | `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` | | `volumePermissions.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 | `1.0.1-debian-11-r21` | +| `metrics.image.tag` | Apache exporter image tag | `1.0.1-debian-11-r29` | | `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 | `[]` | @@ -287,7 +287,7 @@ The command removes all the Kubernetes components associated with the chart and | `certificates.extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `""` | | `certificates.image.registry` | Container sidecar registry | `docker.io` | | `certificates.image.repository` | Container sidecar image | `bitnami/os-shell` | -| `certificates.image.tag` | Container sidecar image tag | `11-debian-11-r40` | +| `certificates.image.tag` | Container sidecar image tag | `11-debian-11-r51` | | `certificates.image.digest` | Container sidecar image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `certificates.image.pullPolicy` | Container sidecar image pull policy | `IfNotPresent` | | `certificates.image.pullSecrets` | Container sidecar image pull secrets | `[]` | diff --git a/bitnami/drupal/values.yaml b/bitnami/drupal/values.yaml index 11b941b666..69e6e24b7d 100644 --- a/bitnami/drupal/values.yaml +++ b/bitnami/drupal/values.yaml @@ -59,7 +59,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/drupal - tag: 10.1.2-debian-11-r16 + tag: 10.1.2-debian-11-r26 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -649,7 +649,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 11-debian-11-r40 + tag: 11-debian-11-r51 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -699,7 +699,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 1.0.1-debian-11-r21 + tag: 1.0.1-debian-11-r29 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -855,7 +855,7 @@ certificates: image: registry: docker.io repository: bitnami/os-shell - tag: 11-debian-11-r40 + tag: 11-debian-11-r51 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'