[bitnami/wordpress-intel] Release 2.1.9 (#12614)

* [bitnami/wordpress-intel] Release 2.1.9 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-21 13:09:41 +02:00
committed by GitHub
parent ba7df1b194
commit e36f813de0
4 changed files with 8 additions and 8 deletions

View File

@@ -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"

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.8
version: 2.1.9

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-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 | `[]` |

View File

@@ -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.