From 100cd68172adaefeaaeafbd2900a5cab2b6c37ce Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Tue, 21 Jul 2020 04:33:17 +0000 Subject: [PATCH] [bitnami/phpbb] Release 7.0.18 updating components versions Signed-off-by: Bitnami Containers --- bitnami/phpbb/Chart.yaml | 2 +- bitnami/phpbb/requirements.lock | 6 +++--- bitnami/phpbb/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/phpbb/Chart.yaml b/bitnami/phpbb/Chart.yaml index ddb52c37ca..3bd7328335 100644 --- a/bitnami/phpbb/Chart.yaml +++ b/bitnami/phpbb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: phpbb -version: 7.0.17 +version: 7.0.18 appVersion: 3.3.0 description: Community forum that supports the notion of users and groups, file attachments, full-text search, notifications and more. keywords: diff --git a/bitnami/phpbb/requirements.lock b/bitnami/phpbb/requirements.lock index b0809a0fb7..7fdd17bd40 100644 --- a/bitnami/phpbb/requirements.lock +++ b/bitnami/phpbb/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 7.5.2 -digest: sha256:782857521ad5fe7c904e0dc0ffab6df3ed7557898f0e5c942a307b033544d3e9 -generated: "2020-06-20T22:21:35.723981795Z" + version: 7.6.1 +digest: sha256:4c9e0bd5b0b9eabae13acdbe88ca07eb42d9709c9f151f89a4995e20911cbcfb +generated: "2020-07-20T23:21:00.722804226Z" diff --git a/bitnami/phpbb/values.yaml b/bitnami/phpbb/values.yaml index 4b8e558f7a..247349f65e 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.0-debian-10-r145 + tag: 3.3.0-debian-10-r169 ## 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 @@ -246,7 +246,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r77 + tag: 0.8.0-debian-10-r105 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.