[bitnami/drupal] Release 12.5.3 (#12719)

* [bitnami/drupal] Release 12.5.3 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>
This commit is contained in:
Bitnami Bot
2022-09-28 23:07:05 +02:00
committed by GitHub
parent dbaa4a8dee
commit 6a758ed6dd
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
annotations:
category: CMS
apiVersion: v2
appVersion: 9.4.6
appVersion: 9.4.7
dependencies:
- condition: mariadb.enabled
name: mariadb
@@ -31,4 +31,4 @@ name: drupal
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/drupal
- https://www.drupal.org/
version: 12.5.2
version: 12.5.3

View File

@@ -82,7 +82,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 | `9.4.6-debian-11-r4` |
| `image.tag` | Drupal Image tag | `9.4.7-debian-11-r0` |
| `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 | `[]` |

View File

@@ -56,7 +56,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/drupal
tag: 9.4.6-debian-11-r4
tag: 9.4.7-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'