diff --git a/bitnami/phpbb/Chart.yaml b/bitnami/phpbb/Chart.yaml index dd8c3d577c..b13c48a2ec 100644 --- a/bitnami/phpbb/Chart.yaml +++ b/bitnami/phpbb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: phpbb -version: 7.0.13 +version: 7.0.14 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 fa57f7d9fb..2be1737bf1 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.16 -digest: sha256:184bf5ece3b69c5878b96d0eb4e431aa779dfe128bf9d91e15226bb0632b793a -generated: "2020-04-10T16:04:49.126916653Z" + version: 7.3.17 +digest: sha256:21cd1616f41dc73d743aa0d839a61527b462b96ce040f1a49cdbf9cea45f906c +generated: "2020-04-16T12:12:25.37157168Z" diff --git a/bitnami/phpbb/values.yaml b/bitnami/phpbb/values.yaml index aedd85b145..603e37c4a9 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-r77 + tag: 3.3.0-debian-10-r82 ## 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-r5 + tag: 0.8.0-debian-10-r11 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.