diff --git a/stable/phabricator/Chart.yaml b/stable/phabricator/Chart.yaml index 02a6a24f58..c00bdc82f0 100644 --- a/stable/phabricator/Chart.yaml +++ b/stable/phabricator/Chart.yaml @@ -1,6 +1,6 @@ name: phabricator -version: 0.4.17 -appVersion: 2017.32.0 +version: 0.4.18 +appVersion: 2017.34.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 05828562bc..e7a7c23a18 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.32.0-r2 +image: bitnami/phabricator:2017.34.0-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'