From f6e2e9de522b9d49c04da7de26cfcac362fb0d9c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 25 Aug 2022 11:32:54 +0200 Subject: [PATCH] [bitnami/wordpress] Release 15.1.3 (#12152) * [bitnami/wordpress] Release 15.1.3 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.lock | 6 +++--- bitnami/wordpress/Chart.yaml | 2 +- bitnami/wordpress/README.md | 4 ++-- bitnami/wordpress/values.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/wordpress/Chart.lock b/bitnami/wordpress/Chart.lock index b1938284f0..dd030bfde6 100644 --- a/bitnami/wordpress/Chart.lock +++ b/bitnami/wordpress/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: memcached repository: https://charts.bitnami.com/bitnami - version: 6.2.1 + version: 6.2.2 - name: mariadb repository: https://charts.bitnami.com/bitnami version: 11.2.1 - name: common repository: https://charts.bitnami.com/bitnami version: 2.0.1 -digest: sha256:88aef2cc6f2e7bd88eeddd2542d0c43eb9151d46b13b454379d60fb4e9945d92 -generated: "2022-08-23T22:27:52.522392211Z" +digest: sha256:fe0a6c045ea4117b346b33fe676e748ea0151617d8dff64ad4bc637594f34a4d +generated: "2022-08-25T05:07:02.586704575Z" diff --git a/bitnami/wordpress/Chart.yaml b/bitnami/wordpress/Chart.yaml index 56f37a9ae2..09bb81a833 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.1.2 +version: 15.1.3 diff --git a/bitnami/wordpress/README.md b/bitnami/wordpress/README.md index 1735b1d689..9daabb5408 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.1-debian-11-r19` | +| `image.tag` | WordPress image tag (immutable tags are recommended) | `6.0.1-debian-11-r20` | | `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 | `[]` | @@ -286,7 +286,7 @@ The command removes all the Kubernetes components associated with the chart and | `metrics.enabled` | Start a sidecar prometheus exporter to expose metrics | `false` | | `metrics.image.registry` | Apache exporter image registry | `docker.io` | | `metrics.image.repository` | Apache exporter image repository | `bitnami/apache-exporter` | -| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r32` | +| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r33` | | `metrics.image.digest` | Apache exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `metrics.image.pullPolicy` | Apache exporter image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | Apache exporter image pull secrets | `[]` | diff --git a/bitnami/wordpress/values.yaml b/bitnami/wordpress/values.yaml index 5565e30fc5..9fa7799364 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.1-debian-11-r19 + tag: 6.0.1-debian-11-r20 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -841,7 +841,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.11.0-debian-11-r32 + tag: 0.11.0-debian-11-r33 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.