diff --git a/bitnami/phpbb/Chart.yaml b/bitnami/phpbb/Chart.yaml index 9cbe74128e..58306f1347 100644 --- a/bitnami/phpbb/Chart.yaml +++ b/bitnami/phpbb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: phpbb -version: 7.0.15 +version: 7.0.16 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 bc0fe64f6f..4491d0ece8 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.3.21 -digest: sha256:79b6fcf0142fa48b146b6c6bd42c96bbc129c33734396d952c277489f0bbd20e -generated: "2020-04-22T03:47:24.997452813Z" + version: 7.4.2 +digest: sha256:fe26de7fc873dc8001404168feb920a61ba884a2fe211a7371165ed51bf8cb8b +generated: "2020-05-21T15:54:30.052080818Z" diff --git a/bitnami/phpbb/values.yaml b/bitnami/phpbb/values.yaml index a83b1372c9..d7ae58e037 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-r88 + tag: 3.3.0-debian-10-r117 ## 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-r17 + tag: 0.8.0-debian-10-r50 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.