From 7c6cea8e4e324d7873d8db147d834b846f979022 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 25 Oct 2019 08:59:39 +0200 Subject: [PATCH] [stable/phpbb] Release 6.2.6 updating components versions (#18332) Signed-off-by: Bitnami Containers --- stable/phpbb/Chart.yaml | 2 +- stable/phpbb/requirements.lock | 4 ++-- stable/phpbb/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/phpbb/Chart.yaml b/stable/phpbb/Chart.yaml index c82d73dcba..fb7a7f3477 100644 --- a/stable/phpbb/Chart.yaml +++ b/stable/phpbb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: phpbb -version: 6.2.5 +version: 6.2.6 appVersion: 3.2.8 description: Community forum that supports the notion of users and groups, file attachments, full-text search, notifications and more. keywords: diff --git a/stable/phpbb/requirements.lock b/stable/phpbb/requirements.lock index 5f931be784..992b3fc79d 100644 --- a/stable/phpbb/requirements.lock +++ b/stable/phpbb/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://kubernetes-charts.storage.googleapis.com/ - version: 6.9.1 + version: 6.12.2 digest: sha256:a363428d6463718a9523a88c70e485218373e315f2979cb1bb17b034ec2be96a -generated: "2019-09-20T15:21:18.292328+02:00" +generated: 2019-10-24T17:29:58.399956213Z diff --git a/stable/phpbb/values.yaml b/stable/phpbb/values.yaml index dcc551c02e..e35871202d 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.8-debian-9-r0 + tag: 3.2.8-debian-9-r25 ## 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-r64 + tag: 0.7.0-debian-9-r91 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.