From 1896fc8e7b5d47ced5c10edbb96b2ff6eb584083 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Thu, 7 Oct 2021 20:17:29 +0000 Subject: [PATCH] [bitnami/phpbb] Release 10.1.24 updating components versions Signed-off-by: Bitnami Containers --- bitnami/phpbb/Chart.lock | 6 +++--- bitnami/phpbb/Chart.yaml | 2 +- bitnami/phpbb/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/phpbb/Chart.lock b/bitnami/phpbb/Chart.lock index 61580ec5ef..e6c081b85f 100644 --- a/bitnami/phpbb/Chart.lock +++ b/bitnami/phpbb/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 9.6.1 + version: 9.6.2 - name: common repository: https://charts.bitnami.com/bitnami version: 1.10.0 -digest: sha256:136799c847eaa8790d4f29aab9d83d667feea30e210e4218dbff16e7d1d9cd41 -generated: "2021-10-03T15:53:33.074126741Z" +digest: sha256:cb95516f8f31e9b6e5d2147e98ffcc24a7585fa4de2c4ddd237a0928d0c5afa6 +generated: "2021-10-07T19:29:41.42457418Z" diff --git a/bitnami/phpbb/Chart.yaml b/bitnami/phpbb/Chart.yaml index 164102a666..8b63bec2f7 100644 --- a/bitnami/phpbb/Chart.yaml +++ b/bitnami/phpbb/Chart.yaml @@ -26,4 +26,4 @@ name: phpbb sources: - https://github.com/bitnami/bitnami-docker-phpbb - https://www.phpbb.com/ -version: 10.1.23 +version: 10.1.24 diff --git a/bitnami/phpbb/values.yaml b/bitnami/phpbb/values.yaml index f0bacdb66e..3b3195c8f4 100644 --- a/bitnami/phpbb/values.yaml +++ b/bitnami/phpbb/values.yaml @@ -51,7 +51,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/phpbb - tag: 3.3.5-debian-10-r4 + tag: 3.3.5-debian-10-r5 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -165,7 +165,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 10-debian-10-r214 + tag: 10-debian-10-r215 pullPolicy: Always ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.