From 0601dc63aeb27d247930ad2db7ef3d947ae585fd Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 7 Dec 2022 01:11:27 +0100 Subject: [PATCH] [bitnami/wordpress-intel] Release 2.1.24 (#13851) * [bitnami/wordpress-intel] Release 2.1.24 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-intel/Chart.yaml | 2 +- bitnami/wordpress-intel/README.md | 6 +++--- bitnami/wordpress-intel/values.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/wordpress-intel/Chart.yaml b/bitnami/wordpress-intel/Chart.yaml index 37dc39779..80ddfcbda 100644 --- a/bitnami/wordpress-intel/Chart.yaml +++ b/bitnami/wordpress-intel/Chart.yaml @@ -35,4 +35,4 @@ name: wordpress-intel sources: - https://github.com/bitnami/containers/tree/main/bitnami/wordpress-intel - https://wordpress.org/ -version: 2.1.23 +version: 2.1.24 diff --git a/bitnami/wordpress-intel/README.md b/bitnami/wordpress-intel/README.md index 5a4718ee9..73fe62016 100644 --- a/bitnami/wordpress-intel/README.md +++ b/bitnami/wordpress-intel/README.md @@ -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.1.1-debian-11-r6` | +| `image.tag` | WordPress image tag (immutable tags are recommended) | `6.1.1-debian-11-r8` | | `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 | `[]` | @@ -242,7 +242,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) | `11-debian-11-r57` | +| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r59` | | `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Bitnami Shell 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.11.0-debian-11-r26` | +| `metrics.image.tag` | NGINX Prometheus exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r27` | | `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 | `[]` | diff --git a/bitnami/wordpress-intel/values.yaml b/bitnami/wordpress-intel/values.yaml index 0fd504b4b..e75faa3de 100644 --- a/bitnami/wordpress-intel/values.yaml +++ b/bitnami/wordpress-intel/values.yaml @@ -70,7 +70,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/wordpress-intel - tag: 6.1.1-debian-11-r6 + tag: 6.1.1-debian-11-r8 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -651,7 +651,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r57 + tag: 11-debian-11-r59 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -729,7 +729,7 @@ metrics: image: registry: docker.io repository: bitnami/nginx-exporter - tag: 0.11.0-debian-11-r26 + tag: 0.11.0-debian-11-r27 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.