From b8998c5960f95a077dc4247d6a70a08f7a9b0433 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 13 Oct 2023 02:35:21 +0200 Subject: [PATCH] [bitnami/wordpress] Release 18.0.5 (#20210) * [bitnami/wordpress] Release 18.0.5 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 | 4 ++-- bitnami/wordpress/README.md | 2 +- bitnami/wordpress/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/wordpress/Chart.yaml b/bitnami/wordpress/Chart.yaml index 44272e20b3..d79a3d87ad 100644 --- a/bitnami/wordpress/Chart.yaml +++ b/bitnami/wordpress/Chart.yaml @@ -10,7 +10,7 @@ annotations: - name: os-shell image: docker.io/bitnami/os-shell:11-debian-11-r90 - name: wordpress - image: docker.io/bitnami/wordpress:6.3.1-debian-11-r37 + image: docker.io/bitnami/wordpress:6.3.1-debian-11-r38 apiVersion: v2 appVersion: 6.3.1 dependencies: @@ -44,4 +44,4 @@ maintainers: name: wordpress sources: - https://github.com/bitnami/charts/tree/main/bitnami/wordpress -version: 18.0.4 +version: 18.0.5 diff --git a/bitnami/wordpress/README.md b/bitnami/wordpress/README.md index 39d318a437..97567741ae 100644 --- a/bitnami/wordpress/README.md +++ b/bitnami/wordpress/README.md @@ -82,7 +82,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.3.1-debian-11-r37` | +| `image.tag` | WordPress image tag (immutable tags are recommended) | `6.3.1-debian-11-r38` | | `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 fe878c9a5e..f414cb7449 100644 --- a/bitnami/wordpress/values.yaml +++ b/bitnami/wordpress/values.yaml @@ -76,7 +76,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/wordpress - tag: 6.3.1-debian-11-r37 + tag: 6.3.1-debian-11-r38 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'