[bitnami/wordpress] Release 14.2.7 (#10410)

* [bitnami/wordpress] Release 14.2.7 updating components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Bitnami Bot
2022-05-25 18:12:31 +02:00
committed by GitHub
parent 679564c69c
commit 23589db5d2
4 changed files with 11 additions and 11 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
dependencies:
- name: memcached
repository: https://charts.bitnami.com/bitnami
version: 6.0.21
version: 6.0.22
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 11.0.7
version: 11.0.8
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.14.1
digest: sha256:2c666fb5258b365168d5a82b35f295c383602eb4f059f7dcd2347207b6b43b38
generated: "2022-05-23T13:38:30.782302883Z"
digest: sha256:cb9724d0daa5659cb0839b4da9d6b9eb1bfab0ba90cbcf79c6b1ac6b5cc692af
generated: "2022-05-25T09:32:14.580839489Z"
+1 -1
View File
@@ -35,4 +35,4 @@ name: wordpress
sources:
- https://github.com/bitnami/bitnami-docker-wordpress
- https://wordpress.org/
version: 14.2.6
version: 14.2.7
+3 -3
View File
@@ -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) | `5.9.3-debian-10-r50` |
| `image.tag` | WordPress image tag (immutable tags are recommended) | `5.9.3-debian-10-r52` |
| `image.pullPolicy` | WordPress image pull policy | `IfNotPresent` |
| `image.pullSecrets` | WordPress image pull secrets | `[]` |
| `image.debug` | Specify if debug values should be set | `false` |
@@ -250,7 +250,7 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `10-debian-10-r433` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `10-debian-10-r434` |
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
@@ -283,7 +283,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-10-r152` |
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-10-r154` |
| `metrics.image.pullPolicy` | Apache exporter image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Apache exporter image pull secrets | `[]` |
| `metrics.containerPorts.metrics` | Prometheus exporter container port | `9117` |
+3 -3
View File
@@ -72,7 +72,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/wordpress
tag: 5.9.3-debian-10-r50
tag: 5.9.3-debian-10-r52
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
@@ -738,7 +738,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 10-debian-10-r433
tag: 10-debian-10-r434
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -830,7 +830,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 0.11.0-debian-10-r152
tag: 0.11.0-debian-10-r154
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.