From 6c295585f4d772b3e0293d995eb2f4e616ce9811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 27 Feb 2019 18:23:03 +0100 Subject: [PATCH] [stable/redmine] Add apiVersion in Chart.yaml and add test info to README.md (#11791) Signed-off-by: Carlos Rodriguez Hernandez --- stable/redmine/Chart.yaml | 3 ++- stable/redmine/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/stable/redmine/Chart.yaml b/stable/redmine/Chart.yaml index ad2ec3e474..b1cbad2e76 100644 --- a/stable/redmine/Chart.yaml +++ b/stable/redmine/Chart.yaml @@ -1,5 +1,6 @@ +apiVersion: v1 name: redmine -version: 9.0.0 +version: 9.0.1 appVersion: 4.0.2 description: A flexible project management web application. keywords: diff --git a/stable/redmine/README.md b/stable/redmine/README.md index e71de6c0f6..229792128a 100644 --- a/stable/redmine/README.md +++ b/stable/redmine/README.md @@ -14,7 +14,7 @@ This chart bootstraps a [Redmine](https://github.com/bitnami/bitnami-docker-redm It also packages the [Bitnami MariaDB chart](https://github.com/kubernetes/charts/tree/master/stable/mariadb) and the [PostgreSQL chart](https://github.com/kubernetes/charts/tree/master/stable/postgresql) which are required for bootstrapping a MariaDB/PostgreSQL deployment for the database requirements of the Redmine 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