From 46749fb41345f97be9e0e14d3aec0df77e2b26cf Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 15 Jan 2018 08:09:22 +0000 Subject: [PATCH] [stable/phabricator] Release 0.5.6 (#3317) * phabricator: update to `bitnami/phabricator:2017.52.0-r1` * phabricator: bump chart version to `0.5.6` * adds OWNERS file --- stable/phabricator/Chart.yaml | 2 +- stable/phabricator/OWNERS | 8 ++++++++ stable/phabricator/values.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 stable/phabricator/OWNERS diff --git a/stable/phabricator/Chart.yaml b/stable/phabricator/Chart.yaml index ad0753e278..2d480e06bf 100644 --- a/stable/phabricator/Chart.yaml +++ b/stable/phabricator/Chart.yaml @@ -1,5 +1,5 @@ name: phabricator -version: 0.5.5 +version: 0.5.6 appVersion: 2017.52.0 description: Collection of open source web applications that help software companies build better software. keywords: diff --git a/stable/phabricator/OWNERS b/stable/phabricator/OWNERS new file mode 100644 index 0000000000..0d4d6f1291 --- /dev/null +++ b/stable/phabricator/OWNERS @@ -0,0 +1,8 @@ +approvers: +- prydonius +- tompizmor +- sameersbn +reviewers: +- prydonius +- tompizmor +- sameersbn diff --git a/stable/phabricator/values.yaml b/stable/phabricator/values.yaml index b0bd71e0ad..b4a204c876 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.52.0-r0 +image: bitnami/phabricator:2017.52.0-r1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'