From c88dfa8b65d78eff3d7432eaacaf42535eeaee72 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 2 Dec 2017 00:37:15 +0530 Subject: [PATCH] [stable/phabricator] Release 0.5.2 (#2908) * phabricator: update to `bitnami/phabricator:2017.47.0-r0` * phabricator: bump chart appVersion to `2017.47.0` * phabricator: bump chart version to `0.5.2` --- stable/phabricator/Chart.yaml | 4 ++-- stable/phabricator/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/phabricator/Chart.yaml b/stable/phabricator/Chart.yaml index 96a61b1f4c..39ad8a7cbc 100644 --- a/stable/phabricator/Chart.yaml +++ b/stable/phabricator/Chart.yaml @@ -1,6 +1,6 @@ name: phabricator -version: 0.5.1 -appVersion: 2017.46.0 +version: 0.5.2 +appVersion: 2017.47.0 description: Collection of open source web applications that help software companies build better software. keywords: - phabricator diff --git a/stable/phabricator/values.yaml b/stable/phabricator/values.yaml index 5d2c34fce3..cff6fde25f 100644 --- a/stable/phabricator/values.yaml +++ b/stable/phabricator/values.yaml @@ -1,7 +1,7 @@ ## Bitnami Phabricator image version ## ref: https://hub.docker.com/r/bitnami/phabricator/tags/ ## -image: bitnami/phabricator:2017.46.0-r0 +image: bitnami/phabricator:2017.47.0-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'