From 04efda65c7cc4117e52c52ed69ce8365c6501031 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Mon, 25 Jan 2021 10:40:13 +0000 Subject: [PATCH] [bitnami/phpbb] Release 10.0.1 updating components versions Signed-off-by: Bitnami Containers --- bitnami/phpbb/Chart.lock | 8 ++++---- bitnami/phpbb/Chart.yaml | 2 +- bitnami/phpbb/values.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/phpbb/Chart.lock b/bitnami/phpbb/Chart.lock index b321732a65..3f0940484f 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.2.2 + version: 9.2.5 - name: common repository: https://charts.bitnami.com/bitnami - version: 1.2.3 -digest: sha256:844f235c3375bd464d009cf43ef64b00765093fca54085a103894ed49ea0eb88 -generated: "2021-01-13T17:10:50.877626+01:00" + version: 1.3.7 +digest: sha256:0966b292927b0d17b855f3bba3ac2c8c6998f7bb4c87e15de46c257e2bc9570b +generated: "2021-01-25T01:37:16.413180425Z" diff --git a/bitnami/phpbb/Chart.yaml b/bitnami/phpbb/Chart.yaml index 0315d31e8d..a6761177a5 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.0.0 +version: 10.0.1 diff --git a/bitnami/phpbb/values.yaml b/bitnami/phpbb/values.yaml index 5b400921e7..96b6014583 100644 --- a/bitnami/phpbb/values.yaml +++ b/bitnami/phpbb/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/phpbb - tag: 3.3.2-debian-10-r41 + tag: 3.3.2-debian-10-r72 ## 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 @@ -522,7 +522,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r244 + tag: 0.8.0-debian-10-r276 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.