From 0344b17eaeb3384d79dc815a6c14f2956799b266 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 26 Feb 2020 11:15:59 +0100 Subject: [PATCH] [stable/phabricator] Release 9.0.10 (#21043) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [stable/phabricator] Release 9.0.10 updating components versions Signed-off-by: Bitnami Containers * Run "helm dependency update" using latest Helm 2 Signed-off-by: Carlos Rodriguez Hernandez Co-authored-by: Carlos Rodríguez Hernández --- stable/phabricator/Chart.yaml | 2 +- stable/phabricator/requirements.lock | 4 ++-- stable/phabricator/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/phabricator/Chart.yaml b/stable/phabricator/Chart.yaml index 2f5ea8d078..98032372dc 100644 --- a/stable/phabricator/Chart.yaml +++ b/stable/phabricator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: phabricator -version: 9.0.9 +version: 9.0.10 appVersion: 2020.7.0 description: Collection of open source web applications that help software companies build better software. keywords: diff --git a/stable/phabricator/requirements.lock b/stable/phabricator/requirements.lock index 8077126335..cf64675882 100644 --- a/stable/phabricator/requirements.lock +++ b/stable/phabricator/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://kubernetes-charts.storage.googleapis.com/ - version: 7.3.9 + version: 7.3.10 digest: sha256:22662ca4b6b22e2476dbffb98118b0369277a68918a0129d17bf34bd66100653 -generated: "2020-02-18T10:48:36.47906334Z" +generated: "2020-02-26T08:37:02.607390868Z" diff --git a/stable/phabricator/values.yaml b/stable/phabricator/values.yaml index 428cf7f704..908341423e 100644 --- a/stable/phabricator/values.yaml +++ b/stable/phabricator/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/phabricator - tag: 2020.7.0-debian-10-r3 + tag: 2020.7.0-debian-10-r6 ## 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-10-r20 + tag: 0.7.0-debian-10-r29 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.