From eede152bd24cfbb0542d8437755facc10ea7ffbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 27 Feb 2019 16:55:24 +0100 Subject: [PATCH] [stable/phabricator] Add apiVersion in Chart.yaml and add test info to README.md (#11796) Signed-off-by: Carlos Rodriguez Hernandez --- stable/phabricator/Chart.yaml | 3 ++- stable/phabricator/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/stable/phabricator/Chart.yaml b/stable/phabricator/Chart.yaml index 9bc9e0386d..c94b3da5e9 100644 --- a/stable/phabricator/Chart.yaml +++ b/stable/phabricator/Chart.yaml @@ -1,5 +1,6 @@ +apiVersion: v1 name: phabricator -version: 4.0.13 +version: 4.0.14 appVersion: 2019.8.0 description: Collection of open source web applications that help software companies build better software. keywords: diff --git a/stable/phabricator/README.md b/stable/phabricator/README.md index 9d46956fd2..0a04f10acf 100644 --- a/stable/phabricator/README.md +++ b/stable/phabricator/README.md @@ -14,7 +14,7 @@ This chart bootstraps a [Phabricator](https://github.com/bitnami/bitnami-docker- It also packages the [Bitnami MariaDB chart](https://github.com/kubernetes/charts/tree/master/stable/mariadb) which is required for bootstrapping a MariaDB deployment for the database requirements of the Phabricator application. -Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters. +Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters. This chart has been tested to work with NGINX Ingress, cert-manager, fluentd and Prometheus on top of the [BKPR](https://kubeprod.io/). ## Prerequisites