From d1db0c6a5d750eac02c910ad1885c2b3bc6c79d7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 13 Sep 2022 20:49:28 +0200 Subject: [PATCH] [bitnami/wordpress] Release 15.2.2 (#12410) * [bitnami/wordpress] Release 15.2.2 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 6c805bee2a..a6f1a435f4 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.1 +version: 15.2.2 diff --git a/bitnami/wordpress/README.md b/bitnami/wordpress/README.md index 162e7a7941..7d43aa6b67 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.0.2-debian-11-r5` | +| `image.tag` | WordPress image tag (immutable tags are recommended) | `6.0.2-debian-11-r6` | | `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 99d27f5d80..cf0c367e24 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.0.2-debian-11-r5 + tag: 6.0.2-debian-11-r6 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'