From 8230132086d45d2e7f4d874a6c350f366d468f87 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 17 Jul 2023 23:23:51 +0200 Subject: [PATCH] [bitnami/phpbb] Release 13.1.5 (#17746) * [bitnami/phpbb] Release 13.1.5 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/phpbb/Chart.lock | 6 +++--- bitnami/phpbb/Chart.yaml | 2 +- bitnami/phpbb/README.md | 6 +++--- bitnami/phpbb/values.yaml | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bitnami/phpbb/Chart.lock b/bitnami/phpbb/Chart.lock index fa54789d21..4d336c193e 100644 --- a/bitnami/phpbb/Chart.lock +++ b/bitnami/phpbb/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: oci://registry-1.docker.io/bitnamicharts - version: 12.2.7 + version: 12.2.8 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.6.0 -digest: sha256:f6f4f4b5d9fb9a0163e094253c2ea2315ab7aa195a7bc0679ce93b6ea01a5a4a -generated: "2023-07-13T12:40:32.933594202Z" +digest: sha256:d2a6cceebc95f1e26c34e47fd55eac514a1b8392c88d39de07a2e3288f2dfd27 +generated: "2023-07-17T21:10:52.244414174Z" diff --git a/bitnami/phpbb/Chart.yaml b/bitnami/phpbb/Chart.yaml index 53ad98357e..5b78096255 100644 --- a/bitnami/phpbb/Chart.yaml +++ b/bitnami/phpbb/Chart.yaml @@ -30,4 +30,4 @@ maintainers: name: phpbb sources: - https://github.com/bitnami/charts/tree/main/bitnami/phpbb -version: 13.1.4 +version: 13.1.5 diff --git a/bitnami/phpbb/README.md b/bitnami/phpbb/README.md index 8364f58b72..66e454f3cf 100644 --- a/bitnami/phpbb/README.md +++ b/bitnami/phpbb/README.md @@ -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-r45` | +| `image.tag` | phpBB image tag (immutable tags are recommended) | `3.3.10-debian-11-r47` | | `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/os-shell` | -| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r2` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r11` | | `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.4-debian-11-r14` | +| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.13.4-debian-11-r47` | | `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 | `[]` | diff --git a/bitnami/phpbb/values.yaml b/bitnami/phpbb/values.yaml index b2ea020a26..12ce8fd581 100644 --- a/bitnami/phpbb/values.yaml +++ b/bitnami/phpbb/values.yaml @@ -58,7 +58,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/phpbb - tag: 3.3.10-debian-11-r45 + tag: 3.3.10-debian-11-r47 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -174,7 +174,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 11-debian-11-r2 + tag: 11-debian-11-r11 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -671,7 +671,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.13.4-debian-11-r14 + tag: 0.13.4-debian-11-r47 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.