Skip to content

Commit 4f468bc

Browse files
author
Bitnami Bot
authored
[bitnami/drupal] Release 13.0.9 (#15346)
* [bitnami/drupal] Release 13.0.9 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
1 parent 4c83c8b commit 4f468bc

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

bitnami/drupal/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: mariadb
33
repository: https://charts.bitnami.com/bitnami
4-
version: 11.5.1
4+
version: 11.5.2
55
- name: common
66
repository: https://charts.bitnami.com/bitnami
77
version: 2.2.3
8-
digest: sha256:ff625dc6f723c0dad87b510a540f70e2963dae75bd36720dbcde1b182791110d
9-
generated: "2023-03-01T17:48:42.284117962Z"
8+
digest: sha256:01e1574db7029a6746351a08641d91933a45f3bb64ce02a13bd8ffe73bd386fb
9+
generated: "2023-03-06T16:55:58.650641504Z"

bitnami/drupal/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ name: drupal
3131
sources:
3232
- https://github.com/bitnami/containers/tree/main/bitnami/drupal
3333
- https://www.drupal.org/
34-
version: 13.0.8
34+
version: 13.0.9

bitnami/drupal/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The command removes all the Kubernetes components associated with the chart and
8181
| --------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | --------------------- |
8282
| `image.registry` | Drupal image registry | `docker.io` |
8383
| `image.repository` | Drupal Image name | `bitnami/drupal` |
84-
| `image.tag` | Drupal Image tag | `10.0.4-debian-11-r0` |
84+
| `image.tag` | Drupal Image tag | `10.0.4-debian-11-r2` |
8585
| `image.digest` | Drupal image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
8686
| `image.pullPolicy` | Drupal image pull policy | `IfNotPresent` |
8787
| `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
229229
| `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` |
230230
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
231231
| `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/bitnami-shell` |
232-
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r92` |
232+
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r94` |
233233
| `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
234234
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
235235
| `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
243243
| `metrics.enabled` | Start a exporter side-car | `false` |
244244
| `metrics.image.registry` | Apache exporter image registry | `docker.io` |
245245
| `metrics.image.repository` | Apache exporter image repository | `bitnami/apache-exporter` |
246-
| `metrics.image.tag` | Apache exporter image tag | `0.13.0-debian-11-r2` |
246+
| `metrics.image.tag` | Apache exporter image tag | `0.13.0-debian-11-r4` |
247247
| `metrics.image.digest` | Apache exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
248248
| `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` |
249249
| `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
287287
| `certificates.extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `""` |
288288
| `certificates.image.registry` | Container sidecar registry | `docker.io` |
289289
| `certificates.image.repository` | Container sidecar image | `bitnami/bitnami-shell` |
290-
| `certificates.image.tag` | Container sidecar image tag | `11-debian-11-r92` |
290+
| `certificates.image.tag` | Container sidecar image tag | `11-debian-11-r94` |
291291
| `certificates.image.digest` | Container sidecar image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
292292
| `certificates.image.pullPolicy` | Container sidecar image pull policy | `IfNotPresent` |
293293
| `certificates.image.pullSecrets` | Container sidecar image pull secrets | `[]` |

bitnami/drupal/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ extraDeploy: []
5656
image:
5757
registry: docker.io
5858
repository: bitnami/drupal
59-
tag: 10.0.4-debian-11-r0
59+
tag: 10.0.4-debian-11-r2
6060
digest: ""
6161
## Specify a imagePullPolicy
6262
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -646,7 +646,7 @@ volumePermissions:
646646
image:
647647
registry: docker.io
648648
repository: bitnami/bitnami-shell
649-
tag: 11-debian-11-r92
649+
tag: 11-debian-11-r94
650650
digest: ""
651651
pullPolicy: IfNotPresent
652652
## Optionally specify an array of imagePullSecrets.
@@ -696,7 +696,7 @@ metrics:
696696
image:
697697
registry: docker.io
698698
repository: bitnami/apache-exporter
699-
tag: 0.13.0-debian-11-r2
699+
tag: 0.13.0-debian-11-r4
700700
digest: ""
701701
pullPolicy: IfNotPresent
702702
## Optionally specify an array of imagePullSecrets.
@@ -852,7 +852,7 @@ certificates:
852852
image:
853853
registry: docker.io
854854
repository: bitnami/bitnami-shell
855-
tag: 11-debian-11-r92
855+
tag: 11-debian-11-r94
856856
digest: ""
857857
## Specify a imagePullPolicy
858858
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

0 commit comments

Comments
 (0)