From 71dbb7220103fd85f88def8e9ccbddac0ea9a753 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 1 Aug 2019 06:38:14 +0200 Subject: [PATCH] [stable/phabricator] Release 6.2.1 updating components versions (#16025) 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 687cb858d7..b0ee339930 100644 --- a/stable/phabricator/Chart.yaml +++ b/stable/phabricator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: phabricator -version: 6.2.0 -appVersion: 2019.26.0 +version: 6.2.1 +appVersion: 2019.31.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 d8b5e1fc68..77866dfb93 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.7.2 + version: 6.7.4 digest: sha256:98f8faaf456130a5ab8958a3f87b17ea1eed6a40f39fdbf1ee50c3d295ede5ef -generated: "2019-07-25T09:13:21.491258+02:00" +generated: 2019-07-31T23:16:44.975718444Z diff --git a/stable/phabricator/values.yaml b/stable/phabricator/values.yaml index 76a6f621c8..1fc1789f55 100644 --- a/stable/phabricator/values.yaml +++ b/stable/phabricator/values.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/phabricator - tag: 2019.26.0-debian-9-r0 + tag: 2019.31.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 @@ -220,7 +220,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r2 + tag: 0.7.0-debian-9-r10 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.