[bitnami/phpbb] Release 12.3.15 (#16004)

* [bitnami/phpbb] Release 12.3.15 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
2023-04-11 00:40:56 +02:00
committed by GitHub
parent fa90022da7
commit 0682a62db6
4 changed files with 10 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 11.5.4
version: 11.5.6
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.4
digest: sha256:e4d1dbc232992b9564bb7cee2bbef9082691a9ec8bbe6e1ad5b2ee1533ef2d66
generated: "2023-03-19T00:11:58.539546909Z"
digest: sha256:8a69e3b7361ca965bd89dbd11ba4acff5b0778fd4f6f7a370fb5f6833a6fe518
generated: "2023-04-10T21:56:30.954082135Z"

View File

@@ -28,4 +28,4 @@ name: phpbb
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/phpbb
- https://www.phpbb.com/
version: 12.3.14
version: 12.3.15

View File

@@ -81,7 +81,7 @@ The command removes all the Kubernetes components associated with the chart and
| --------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| `image.registry` | phpBB image registry | `docker.io` |
| `image.repository` | phpBB image repository | `bitnami/phpbb` |
| `image.tag` | phpBB image tag (immutable tags are recommended) | `3.3.10-debian-11-r13` |
| `image.tag` | phpBB image tag (immutable tags are recommended) | `3.3.10-debian-11-r15` |
| `image.digest` | phpBB image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | phpBB image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -109,7 +109,7 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work) | `false` |
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
| `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r98` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r105` |
| `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -231,7 +231,7 @@ The command removes all the Kubernetes components associated with the chart and
| `metrics.enabled` | Start a side-car prometheus exporter | `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.13.0-debian-11-r8` |
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.13.1-debian-11-r4` |
| `metrics.image.digest` | Apache exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |

View File

@@ -55,7 +55,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/phpbb
tag: 3.3.10-debian-11-r13
tag: 3.3.10-debian-11-r15
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -171,7 +171,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r98
tag: 11-debian-11-r105
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -668,7 +668,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 0.13.0-debian-11-r8
tag: 0.13.1-debian-11-r4
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.