From 3bb1843412ab89959b6af6aa0449ddb41e4471cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 27 Feb 2019 18:22:24 +0100 Subject: [PATCH] [stable/orangehrm] Add apiVersion in Chart.yaml and add test info to README.md (#11783) Signed-off-by: Carlos Rodriguez Hernandez --- stable/orangehrm/Chart.yaml | 3 ++- stable/orangehrm/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/stable/orangehrm/Chart.yaml b/stable/orangehrm/Chart.yaml index 7adbb70e38..1504436788 100644 --- a/stable/orangehrm/Chart.yaml +++ b/stable/orangehrm/Chart.yaml @@ -1,5 +1,6 @@ +apiVersion: v1 name: orangehrm -version: 4.0.1 +version: 4.0.2 appVersion: 4.2.0-1 description: OrangeHRM is a free HR management system that offers a wealth of modules to suit the needs of your business. diff --git a/stable/orangehrm/README.md b/stable/orangehrm/README.md index 3d08634bfb..3686d8a5f1 100644 --- a/stable/orangehrm/README.md +++ b/stable/orangehrm/README.md @@ -14,7 +14,7 @@ This chart bootstraps an [OrangeHRM](https://github.com/bitnami/bitnami-docker-o 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 OrangeHRM 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