diff --git a/stable/phabricator/Chart.yaml b/stable/phabricator/Chart.yaml index ca10f504c2..243469a701 100644 --- a/stable/phabricator/Chart.yaml +++ b/stable/phabricator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: phabricator -version: 7.0.2 +version: 7.0.3 appVersion: 2019.35.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 83edd18656..15fe0d1c47 100644 --- a/stable/phabricator/values.yaml +++ b/stable/phabricator/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/phabricator - tag: 2019.35.0-debian-9-r0 + tag: 2019.35.0-debian-9-r2 ## 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 @@ -223,7 +223,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r41 + tag: 0.7.0-debian-9-r43 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.