diff --git a/bitnami/wordpress-intel/Chart.lock b/bitnami/wordpress-intel/Chart.lock index c72f36803..c9842f48d 100644 --- a/bitnami/wordpress-intel/Chart.lock +++ b/bitnami/wordpress-intel/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 6.2.4 - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 11.3.0 + version: 11.3.1 - name: common repository: https://charts.bitnami.com/bitnami version: 2.0.3 -digest: sha256:af9affc8cf3aa3a0372b57894577467ed1623c80d8272cb105f65375266938cd -generated: "2022-09-12T18:55:26.575746205Z" +digest: sha256:3c4f1a6b74cb02772184ee95e42bc91291127cc00bb17eaa655340bc49ebedcf +generated: "2022-09-21T10:03:39.330100389Z" diff --git a/bitnami/wordpress-intel/Chart.yaml b/bitnami/wordpress-intel/Chart.yaml index 15d3ae8d7..530c858e6 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.8 +version: 2.1.9 diff --git a/bitnami/wordpress-intel/README.md b/bitnami/wordpress-intel/README.md index 87ce9ca33..bd9795c23 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.0.2-debian-11-r9` | +| `image.tag` | WordPress image tag (immutable tags are recommended) | `6.0.2-debian-11-r10` | | `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-r36` | +| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r37` | | `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 | `[]` | diff --git a/bitnami/wordpress-intel/values.yaml b/bitnami/wordpress-intel/values.yaml index f7de272e2..9540ff670 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.0.2-debian-11-r9 + tag: 6.0.2-debian-11-r10 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-r36 + tag: 11-debian-11-r37 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.