diff --git a/upstreamed/phabricator/Chart.yaml b/upstreamed/phabricator/Chart.yaml index 35a39f68ca..8085faf13c 100644 --- a/upstreamed/phabricator/Chart.yaml +++ b/upstreamed/phabricator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: phabricator -version: 4.3.3 +version: 5.0.0 appVersion: 2019.21.0 description: Collection of open source web applications that help software companies build better software. keywords: diff --git a/upstreamed/phabricator/requirements.lock b/upstreamed/phabricator/requirements.lock index 14be36bdee..ecb06673fc 100644 --- a/upstreamed/phabricator/requirements.lock +++ b/upstreamed/phabricator/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://kubernetes-charts.storage.googleapis.com/ - version: 5.11.3 -digest: sha256:e09c8ca7126923a30e39f442c3863b44684d4eb3f7b6dc869f0206da4463f416 -generated: 2019-06-10T03:49:39.586867315Z + version: 6.5.1 +digest: sha256:98f8faaf456130a5ab8958a3f87b17ea1eed6a40f39fdbf1ee50c3d295ede5ef +generated: "2019-06-18T06:30:43.394329433Z" diff --git a/upstreamed/phabricator/requirements.yaml b/upstreamed/phabricator/requirements.yaml index b5efd9a653..f8c14d3f61 100644 --- a/upstreamed/phabricator/requirements.yaml +++ b/upstreamed/phabricator/requirements.yaml @@ -1,4 +1,4 @@ dependencies: - name: mariadb - version: 5.x.x + version: 6.x.x repository: https://kubernetes-charts.storage.googleapis.com/ diff --git a/upstreamed/phabricator/values.yaml b/upstreamed/phabricator/values.yaml index 8ce085d038..6facda1026 100644 --- a/upstreamed/phabricator/values.yaml +++ b/upstreamed/phabricator/values.yaml @@ -93,6 +93,8 @@ mariadb: ## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/ ## master: + ## Disable local_infile for MariaDB: https://secure.phabricator.com/T13238 + extraFlags: "--local-infile=0" persistence: enabled: true ## mariadb data Persistent Volume Storage Class