[bitnami/wordpress-intel] Release 2.1.7 (#12408)

* [bitnami/wordpress-intel] Release 2.1.7 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>
This commit is contained in:
Bitnami Bot
2022-09-13 20:17:49 +02:00
committed by GitHub
parent 09fea25113
commit 29a7496918
3 changed files with 5 additions and 5 deletions

View File

@@ -35,4 +35,4 @@ name: wordpress-intel
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/wordpress-intel
- https://wordpress.org/
version: 2.1.6
version: 2.1.7

View File

@@ -93,7 +93,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-intel` |
| `image.tag` | WordPress image tag (immutable tags are recommended) | `6.0.2-debian-11-r6` |
| `image.tag` | WordPress image tag (immutable tags are recommended) | `6.0.2-debian-11-r7` |
| `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 | `[]` |
@@ -273,7 +273,7 @@ The command removes all the Kubernetes components associated with the chart and
| `metrics.port` | NGINX Container Status Port scraped by Prometheus Exporter | `""` |
| `metrics.image.registry` | NGINX Prometheus exporter image registry | `docker.io` |
| `metrics.image.repository` | NGINX Prometheus exporter image repository | `bitnami/nginx-exporter` |
| `metrics.image.tag` | NGINX Prometheus exporter image tag (immutable tags are recommended) | `0.10.0-debian-11-r34` |
| `metrics.image.tag` | NGINX Prometheus exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r0` |
| `metrics.image.digest` | NGINX Prometheus exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `metrics.image.pullPolicy` | NGINX Prometheus exporter image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |

View File

@@ -70,7 +70,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/wordpress-intel
tag: 6.0.2-debian-11-r6
tag: 6.0.2-debian-11-r7
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -729,7 +729,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/nginx-exporter
tag: 0.10.0-debian-11-r34
tag: 0.11.0-debian-11-r0
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.