From 6fed00bf11c619c32df3644d875f1062c9a3d1c4 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 14 Dec 2022 18:11:34 +0100 Subject: [PATCH] [bitnami/wordpress] Release 15.2.20 (#13960) * [bitnami/wordpress] Release 15.2.20 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/wordpress/Chart.yaml | 2 +- bitnami/wordpress/README.md | 2 +- bitnami/wordpress/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/wordpress/Chart.yaml b/bitnami/wordpress/Chart.yaml index e36d9005a..a48d0b985 100644 --- a/bitnami/wordpress/Chart.yaml +++ b/bitnami/wordpress/Chart.yaml @@ -35,4 +35,4 @@ name: wordpress sources: - https://github.com/bitnami/containers/tree/main/bitnami/wordpress - https://wordpress.org/ -version: 15.2.19 +version: 15.2.20 diff --git a/bitnami/wordpress/README.md b/bitnami/wordpress/README.md index 380744441..501aed3ff 100644 --- a/bitnami/wordpress/README.md +++ b/bitnami/wordpress/README.md @@ -85,7 +85,7 @@ The command removes all the Kubernetes components associated with the chart and | ------------------- | --------------------------------------------------------------------------------------------------------- | --------------------- | | `image.registry` | WordPress image registry | `docker.io` | | `image.repository` | WordPress image repository | `bitnami/wordpress` | -| `image.tag` | WordPress image tag (immutable tags are recommended) | `6.1.1-debian-11-r10` | +| `image.tag` | WordPress image tag (immutable tags are recommended) | `6.1.1-debian-11-r12` | | `image.digest` | WordPress image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | WordPress image pull policy | `IfNotPresent` | | `image.pullSecrets` | WordPress image pull secrets | `[]` | diff --git a/bitnami/wordpress/values.yaml b/bitnami/wordpress/values.yaml index 74d1cafc3..d95db3004 100644 --- a/bitnami/wordpress/values.yaml +++ b/bitnami/wordpress/values.yaml @@ -73,7 +73,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/wordpress - tag: 6.1.1-debian-11-r10 + tag: 6.1.1-debian-11-r12 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'