From d35dca97ea6b5c8d6f7f27c67319d9d0b1aef3d4 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 16 Dec 2019 09:27:37 +0100 Subject: [PATCH] [stable/phabricator] Release 9.0.4 updating components versions (#19599) Signed-off-by: Bitnami Containers --- stable/phabricator/Chart.yaml | 4 ++-- stable/phabricator/requirements.lock | 4 ++-- stable/phabricator/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stable/phabricator/Chart.yaml b/stable/phabricator/Chart.yaml index 7cfbcd8668..5cbe0077a2 100644 --- a/stable/phabricator/Chart.yaml +++ b/stable/phabricator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: phabricator -version: 9.0.3 -appVersion: 2019.47.0 +version: 9.0.4 +appVersion: 2019.50.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 e788d053a6..18f26e8c79 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: 7.0.1 + version: 7.3.1 digest: sha256:22662ca4b6b22e2476dbffb98118b0369277a68918a0129d17bf34bd66100653 -generated: "2019-11-13T22:13:36.186923905+05:30" +generated: 2019-12-13T23:03:16.528997564Z diff --git a/stable/phabricator/values.yaml b/stable/phabricator/values.yaml index bb2734bf2d..9c70c53814 100644 --- a/stable/phabricator/values.yaml +++ b/stable/phabricator/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/phabricator - tag: 2019.47.0-debian-9-r0 + tag: 2019.50.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 @@ -228,7 +228,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r123 + tag: 0.7.0-debian-9-r137 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.