From 03e6a011777a3fd8cd489f6972f0e8a797ffd387 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 6 Mar 2018 17:05:53 +0100 Subject: [PATCH] [stable/phabricator] Release 0.5.16 (#4011) * phabricator: update to `bitnami/phabricator:2018.8.0-r2` * phabricator: bump chart version to `0.5.16` --- stable/phabricator/Chart.yaml | 2 +- stable/phabricator/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/phabricator/Chart.yaml b/stable/phabricator/Chart.yaml index e25e9ee66f..af21025bd8 100644 --- a/stable/phabricator/Chart.yaml +++ b/stable/phabricator/Chart.yaml @@ -1,5 +1,5 @@ name: phabricator -version: 0.5.15 +version: 0.5.16 appVersion: 2018.8.0 description: Collection of open source web applications that help software companies build better software. keywords: diff --git a/stable/phabricator/values.yaml b/stable/phabricator/values.yaml index 123fc1d51f..c0cc291043 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:2018.8.0-r1 +image: bitnami/phabricator:2018.8.0-r2 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'