From 8948e99bccf8eb2c331b47f60c9044cdfcec311f Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Fri, 16 Oct 2020 12:51:14 +0000 Subject: [PATCH] [bitnami/phpbb] Release 8.0.2 updating components versions Signed-off-by: Bitnami Containers --- bitnami/phpbb/Chart.yaml | 2 +- bitnami/phpbb/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/phpbb/Chart.yaml b/bitnami/phpbb/Chart.yaml index 3639443b1..a92c75d77 100644 --- a/bitnami/phpbb/Chart.yaml +++ b/bitnami/phpbb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: phpbb -version: 8.0.1 +version: 8.0.2 appVersion: 3.3.1 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/values.yaml b/bitnami/phpbb/values.yaml index 4a7dc0bcf..40c27bbf6 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.1-debian-10-r45 + tag: 3.3.1-debian-10-r52 ## 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 @@ -445,7 +445,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r154 + tag: 0.8.0-debian-10-r181 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.