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.