From bb0f3ec72a4db63ee6e8aa7187d1d9495e6fa8ac Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 24 Sep 2019 14:55:27 +0200 Subject: [PATCH] [stable/phpbb] Release 6.2.3 updating components versions (#17396) Signed-off-by: Bitnami Containers --- stable/phpbb/Chart.yaml | 4 ++-- stable/phpbb/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/phpbb/Chart.yaml b/stable/phpbb/Chart.yaml index 68b92cffa9..5cfd94baa6 100644 --- a/stable/phpbb/Chart.yaml +++ b/stable/phpbb/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: phpbb -version: 6.2.2 -appVersion: 3.2.7 +version: 6.2.3 +appVersion: 3.2.8 description: Community forum that supports the notion of users and groups, file attachments, full-text search, notifications and more. keywords: - phpbb diff --git a/stable/phpbb/values.yaml b/stable/phpbb/values.yaml index c989905fc4..2fb9077f3e 100644 --- a/stable/phpbb/values.yaml +++ b/stable/phpbb/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/phpbb - tag: 3.2.7-debian-9-r115 + tag: 3.2.8-debian-9-r0 ## 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.7.0-debian-9-r42 + tag: 0.7.0-debian-9-r64 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.