diff --git a/stable/phabricator/Chart.yaml b/stable/phabricator/Chart.yaml index 22d2cac624..9fed08b959 100644 --- a/stable/phabricator/Chart.yaml +++ b/stable/phabricator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: phabricator -version: 7.0.6 -appVersion: 2019.36.0 +version: 7.0.7 +appVersion: 2019.37.0 description: Collection of open source web applications that help software companies build better software. keywords: - phabricator diff --git a/stable/phabricator/requirements.lock b/stable/phabricator/requirements.lock index cab1907542..536c87973f 100644 --- a/stable/phabricator/requirements.lock +++ b/stable/phabricator/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://kubernetes-charts.storage.googleapis.com/ - version: 6.8.7 + version: 6.8.10 digest: sha256:98f8faaf456130a5ab8958a3f87b17ea1eed6a40f39fdbf1ee50c3d295ede5ef -generated: 2019-09-09T01:18:58.960395161Z +generated: 2019-09-13T22:30:09.095090898Z diff --git a/stable/phabricator/values.yaml b/stable/phabricator/values.yaml index 20eb007d67..33a3790ae7 100644 --- a/stable/phabricator/values.yaml +++ b/stable/phabricator/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/phabricator - tag: 2019.36.0-debian-9-r0 + tag: 2019.37.0-debian-9-r0 ## 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 @@ -223,7 +223,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r49 + tag: 0.7.0-debian-9-r54 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.