diff --git a/stable/phabricator/Chart.yaml b/stable/phabricator/Chart.yaml index 2657bebf2f..82d39783a7 100644 --- a/stable/phabricator/Chart.yaml +++ b/stable/phabricator/Chart.yaml @@ -1,5 +1,5 @@ name: phabricator -version: 0.5.8 +version: 0.5.9 appVersion: 2018.3.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 bbf941faf4..48694aac2f 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.3.0-r0 +image: bitnami/phabricator:2018.3.0-r1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'