stable/jasperreports: Small fixes in README (#4740)

This commit is contained in:
Kai Chen
2018-04-07 05:43:08 -07:00
committed by k8s-ci-robot
parent 26289ca945
commit 02585f25f8
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: jasperreports
version: 1.0.0
version: 1.0.1
appVersion: 6.4.2
description: The JasperReports server can be used as a stand-alone or embedded reporting
and BI server that offers web-based reporting, analytic tools and visualization,
+3 -3
View File
@@ -12,7 +12,7 @@ $ helm install stable/jasperreports
This chart bootstraps a [JasperReports](https://github.com/bitnami/bitnami-docker-jasperreports) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
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 JasperReports application.
It also packages the [Bitnami MariaDB chart](https://github.com/kubernetes/charts/tree/master/stable/mariadb) which bootstraps a MariaDB deployment required by the JasperReports application.
## Prerequisites
@@ -66,8 +66,8 @@ The following table lists the configurable parameters of the JasperReports chart
| `externalDatabase.port` | Port of the external database | `3306` |
| `externalDatabase.user` | Existing username in the external db | `bn_jasperreports` |
| `externalDatabase.password` | Password for the above username | `nil` |
| `externalDatabase.database` | Name of the existing databse | `bitnami_jasperreports` |
| `mariadb.enabled` | Wheter to use or not the mariadb chart | `true` |
| `externalDatabase.database` | Name of the existing database | `bitnami_jasperreports` |
| `mariadb.enabled` | Whether to use the MariaDB chart | `true` |
| `mariadb.mariadbDatabase` | Database name to create | `bitnami_jasperreports` |
| `mariadb.mariadbUser` | Database user to create | `bn_jasperreports` |
| `mariadb.mariadbPassword` | Password for the database | `nil` |