diff --git a/stable/phabricator/Chart.yaml b/stable/phabricator/Chart.yaml index 9676c0c66e..8927592ad3 100644 --- a/stable/phabricator/Chart.yaml +++ b/stable/phabricator/Chart.yaml @@ -1,5 +1,5 @@ name: phabricator -version: 0.4.4 +version: 0.4.5 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 ce01602114..b6499f06eb 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.09-r0 +image: bitnami/phabricator:2017.13-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'