diff --git a/stable/phabricator/Chart.yaml b/stable/phabricator/Chart.yaml index 5cbe0077a2..2be4a26e4b 100644 --- a/stable/phabricator/Chart.yaml +++ b/stable/phabricator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: phabricator -version: 9.0.4 +version: 9.0.5 appVersion: 2019.50.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 9c70c53814..3f028fa776 100644 --- a/stable/phabricator/values.yaml +++ b/stable/phabricator/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/phabricator - tag: 2019.50.0-debian-9-r0 + tag: 2019.50.0-debian-9-r23 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -228,7 +228,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r137 + tag: 0.7.0-debian-9-r160 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.