Skip to content

Commit e18e900

Browse files
author
Bitnami Bot
authored
[bitnami/wordpress] Release 15.2.23 (bitnami#14256)
* [bitnami/wordpress] Release 15.2.23 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>
1 parent 7fa58c0 commit e18e900

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

bitnami/wordpress/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dependencies:
22
- name: memcached
33
repository: https://charts.bitnami.com/bitnami
4-
version: 6.3.2
4+
version: 6.3.4
55
- name: mariadb
66
repository: https://charts.bitnami.com/bitnami
77
version: 11.4.2
88
- name: common
99
repository: https://charts.bitnami.com/bitnami
1010
version: 2.2.2
11-
digest: sha256:234aa5932acc542e0c2b1760fa11f6d38488a4610f6dc95bcf2381eb2daa236f
12-
generated: "2022-12-15T14:19:59.483549481Z"
11+
digest: sha256:6b3f92e13150e37428dd648d202f6fa1fb25001630712fcc1f1487c5eb79e20d
12+
generated: "2023-01-10T17:24:42.87971797Z"

bitnami/wordpress/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ name: wordpress
3535
sources:
3636
- https://github.com/bitnami/containers/tree/main/bitnami/wordpress
3737
- https://wordpress.org/
38-
version: 15.2.22
38+
version: 15.2.23

bitnami/wordpress/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The command removes all the Kubernetes components associated with the chart and
8585
| ------------------- | --------------------------------------------------------------------------------------------------------- | --------------------- |
8686
| `image.registry` | WordPress image registry | `docker.io` |
8787
| `image.repository` | WordPress image repository | `bitnami/wordpress` |
88-
| `image.tag` | WordPress image tag (immutable tags are recommended) | `6.1.1-debian-11-r15` |
88+
| `image.tag` | WordPress image tag (immutable tags are recommended) | `6.1.1-debian-11-r23` |
8989
| `image.digest` | WordPress image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
9090
| `image.pullPolicy` | WordPress image pull policy | `IfNotPresent` |
9191
| `image.pullSecrets` | WordPress image pull secrets | `[]` |
@@ -255,7 +255,7 @@ The command removes all the Kubernetes components associated with the chart and
255255
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
256256
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
257257
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
258-
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r63` |
258+
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r70` |
259259
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
260260
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
261261
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
@@ -289,7 +289,7 @@ The command removes all the Kubernetes components associated with the chart and
289289
| `metrics.enabled` | Start a sidecar prometheus exporter to expose metrics | `false` |
290290
| `metrics.image.registry` | Apache exporter image registry | `docker.io` |
291291
| `metrics.image.repository` | Apache exporter image repository | `bitnami/apache-exporter` |
292-
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r73` |
292+
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r80` |
293293
| `metrics.image.digest` | Apache exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
294294
| `metrics.image.pullPolicy` | Apache exporter image pull policy | `IfNotPresent` |
295295
| `metrics.image.pullSecrets` | Apache exporter image pull secrets | `[]` |

bitnami/wordpress/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ diagnosticMode:
7373
image:
7474
registry: docker.io
7575
repository: bitnami/wordpress
76-
tag: 6.1.1-debian-11-r15
76+
tag: 6.1.1-debian-11-r23
7777
digest: ""
7878
## Specify a imagePullPolicy
7979
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -755,7 +755,7 @@ volumePermissions:
755755
image:
756756
registry: docker.io
757757
repository: bitnami/bitnami-shell
758-
tag: 11-debian-11-r63
758+
tag: 11-debian-11-r70
759759
digest: ""
760760
pullPolicy: IfNotPresent
761761
## Optionally specify an array of imagePullSecrets.
@@ -849,7 +849,7 @@ metrics:
849849
image:
850850
registry: docker.io
851851
repository: bitnami/apache-exporter
852-
tag: 0.11.0-debian-11-r73
852+
tag: 0.11.0-debian-11-r80
853853
digest: ""
854854
pullPolicy: IfNotPresent
855855
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)