From cdd401f1ac5787eae7736feb656faac6888f7afc Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 2 Sep 2019 23:27:30 +0200 Subject: [PATCH] [stable/phabricator] Release 7.0.3 updating components versions (#16771) Signed-off-by: Bitnami Containers --- stable/phabricator/Chart.yaml | 2 +- stable/phabricator/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.