Move charts from upstreamed folder to bitnami (#2032)

* Move charts from upstreamed folder to bitnami

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Remove root .helmignore

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Bump charts version

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Remove file added by error

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Update Chart.yaml
This commit is contained in:
Carlos Rodríguez Hernández
2020-03-11 17:11:37 +01:00
committed by GitHub
parent 416d72f3d2
commit a0e44f7d6a
619 changed files with 1461 additions and 1022 deletions

View File

@@ -1 +1,21 @@
.git
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: airflow
version: 5.0.1
version: 5.0.2
appVersion: 1.10.9
description: Apache Airflow is a platform to programmatically author, schedule and monitor workflows.
keywords:

View File

@@ -306,4 +306,4 @@ The Bitnami Airflow chart relies on the PostgreSQL chart persistence. This means
### 1.0.0
This release updates the PostgreSQL chart dependency to use PostgreSQL 11.x. You need to migrate the existing PostgreSQL data to this version before upgrading to this release. For more information follow [this link](https://github.com/helm/charts/tree/master/stable/postgresql#500).
This release updates the PostgreSQL chart dependency to use PostgreSQL 11.x. You need to migrate the existing PostgreSQL data to this version before upgrading to this release. For more information follow [this link](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#500).

View File

@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 8.5.0
version: 8.6.2
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 10.5.6
digest: sha256:8af39f1546cbafc2e2329d78b422a95883e4d7500181d14b27bc64dd534d7388
generated: "2020-03-04T18:17:44.522682866Z"
version: 10.5.7
digest: sha256:9a837d6b03984f81d72a353668d5800c6569509bdb12960b94d86ff45a321382
generated: "2020-03-11T14:14:23.263769991Z"

View File

@@ -347,7 +347,7 @@ readinessProbe:
##
## PostgreSQL chart configuration
##
## https://github.com/helm/charts/blob/master/stable/postgresql/values.yaml
## https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml
##
postgresql:
enabled: true
@@ -373,7 +373,7 @@ externalDatabase:
##
## Redis chart configuration
##
## https://github.com/helm/charts/blob/master/stable/redis/values.yaml
## https://github.com/bitnami/charts/blob/master/bitnami/redis/values.yaml
##
redis:
enabled: true

View File

@@ -347,7 +347,7 @@ readinessProbe:
##
## PostgreSQL chart configuration
##
## https://github.com/helm/charts/blob/master/stable/postgresql/values.yaml
## https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml
##
postgresql:
enabled: true
@@ -373,7 +373,7 @@ externalDatabase:
##
## Redis chart configuration
##
## https://github.com/helm/charts/blob/master/stable/redis/values.yaml
## https://github.com/bitnami/charts/blob/master/bitnami/redis/values.yaml
##
redis:
enabled: true

View File

@@ -1 +1,21 @@
.git
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: apache
version: 7.3.7
version: 7.3.8
appVersion: 2.4.41
description: Chart for Apache HTTP Server
keywords:

View File

@@ -5,6 +5,11 @@
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
@@ -14,4 +19,3 @@
.project
.idea/
*.tmproj
OWNERS

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: cassandra
version: 5.1.0
version: 5.1.1
appVersion: 3.11.6
description: Apache Cassandra is a free and open-source distributed database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure. Cassandra offers robust support for clusters spanning multiple datacenters, with asynchronous masterless replication allowing low latency operations for all clients.
keywords:

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: consul
version: 7.0.3
version: 7.0.4
appVersion: 1.7.1
description: Highly available and distributed service discovery and key-value store designed with support for the modern data center to make distributed systems and configuration easy.
home: https://www.consul.io/

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: dokuwiki
version: 6.0.9
version: 6.0.10
appVersion: 0.20180422.201901061035
description: DokuWiki is a standards-compliant, simple to use wiki optimized for creating
documentation. It is targeted at developer teams, workgroups, and small companies.

View File

@@ -5,7 +5,8 @@
## TL;DR;
```console
$ helm install my-release stable/dokuwiki
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install my-release bitnami/dokuwiki
```
## Introduction
@@ -26,7 +27,7 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment
To install the chart with the release name `my-release`:
```console
$ helm install my-release stable/dokuwiki
$ helm install my-release bitnami/dokuwiki
```
The command deploys DokuWiki on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
@@ -118,7 +119,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console
$ helm install my-release \
--set dokuwikiUsername=admin,dokuwikiPassword=password \
stable/dokuwiki
bitnami/dokuwiki
```
The above command sets the DokuWiki administrator account username and password to `admin` and `password` respectively.
@@ -126,7 +127,7 @@ The above command sets the DokuWiki administrator account username and password
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console
$ helm install my-release -f values.yaml stable/dokuwiki
$ helm install my-release -f values.yaml bitnami/dokuwiki
```
> **Tip**: You can use the default [values.yaml](values.yaml)

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: drupal
version: 6.2.10
version: 6.2.11
appVersion: 8.8.3
description: One of the most versatile open source content management systems.
keywords:

View File

@@ -5,14 +5,15 @@
## TL;DR;
```console
$ helm install my-release stable/drupal
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install my-release bitnami/drupal
```
## Introduction
This chart bootstraps a [Drupal](https://github.com/bitnami/bitnami-docker-drupal) 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 as a database for the Drupal application.
It also packages the [Bitnami MariaDB chart](https://github.com/kubernetes/charts/tree/master/bitnami/mariadb) which is required for bootstrapping a MariaDB deployment as a database for the Drupal application.
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/).
@@ -28,7 +29,7 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment
To install the chart with the release name `my-release`:
```console
$ helm install my-release stable/drupal
$ helm install my-release bitnami/drupal
```
The command deploys Drupal on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
@@ -118,7 +119,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console
$ helm install my-release \
--set drupalUsername=admin,drupalPassword=password,mariadb.mariadbRootPassword=secretpassword \
stable/drupal
bitnami/drupal
```
The above command sets the Drupal administrator account username and password to `admin` and `password` respectively. Additionally, it sets the MariaDB `root` user password to `secretpassword`.
@@ -126,7 +127,7 @@ The above command sets the Drupal administrator account username and password to
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console
$ helm install my-release -f values.yaml stable/drupal
$ helm install my-release -f values.yaml bitnami/drupal
```
> **Tip**: You can use the default [values.yaml](values.yaml)
@@ -171,7 +172,7 @@ See the [Parameters](#parameters) section to configure the PVC or to disable per
1. Install the chart
```bash
$ helm install my-release --set persistence.drupal.existingClaim=PVC_NAME stable/drupal
$ helm install my-release --set persistence.drupal.existingClaim=PVC_NAME bitnami/drupal
```
### Host path
@@ -187,7 +188,7 @@ $ helm install my-release --set persistence.drupal.existingClaim=PVC_NAME stable
1. Install the chart
```bash
$ helm install my-release --set persistence.drupal.hostPath=/PATH/TO/HOST/MOUNT stable/drupal
$ helm install my-release --set persistence.drupal.hostPath=/PATH/TO/HOST/MOUNT bitnami/drupal
```
This will mount the `drupal-data` volume into the `hostPath` directory. The site data will be persisted if the mount path contains valid data, else the site data will be initialized at first launch.

View File

@@ -0,0 +1,6 @@
dependencies:
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 7.3.12
digest: sha256:46f8a6973d734e92e915f24c224bef39e800fb831f0b5aa370ae42c9f93f4106
generated: "2020-03-11T14:14:30.28624408Z"

View File

@@ -1,5 +1,5 @@
dependencies:
- name: mariadb
version: 7.x.x
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled

View File

@@ -81,7 +81,7 @@ externalDatabase:
##
## MariaDB chart configuration
##
## https://github.com/helm/charts/blob/master/stable/mariadb/values.yaml
## https://github.com/bitnami/charts/blob/master/bitnami/mariadb/values.yaml
##
mariadb:
## Whether to deploy a mariadb server to satisfy the applications database requirements. To use an external database set this to false and configure the externalDatabase parameters

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: elasticsearch
version: 11.0.9
version: 11.0.10
appVersion: 7.6.0
description: A highly scalable open-source full-text search and analytics engine
keywords:

View File

@@ -1,6 +1,6 @@
dependencies:
- name: kibana
repository: https://charts.bitnami.com/bitnami
version: 5.0.8
digest: sha256:f7f6da5dbdeb397c71b39654ce87e9c2fe759a182e23647f4fd6fcaac7bcb18d
generated: "2020-02-26T10:04:02.993445755Z"
version: 5.0.9
digest: sha256:f65f8339bee9a59a2aa67776873cf86c5b414b68b0ded0acdda6ea70d1d36e9f
generated: "2020-03-11T14:14:35.573862649Z"

View File

@@ -1 +1,21 @@
.git
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: etcd
version: 4.6.0
version: 4.6.1
appVersion: 3.4.4
description: etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines
keywords:

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: external-dns
version: 2.20.2
version: 2.20.3
appVersion: 0.7.0
description: ExternalDNS is a Kubernetes addon that configures public DNS servers with information about exposed Kubernetes services to make them discoverable.
keywords:

View File

@@ -5,7 +5,8 @@
## TL;DR;
```console
$ helm install my-release stable/external-dns
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install my-release bitnami/external-dns
```
## Introduction
@@ -24,7 +25,7 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment
To install the chart with the release name `my-release`:
```bash
$ helm install my-release stable/external-dns
$ helm install my-release bitnami/external-dns
```
The command deploys ExternalDNS on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
@@ -189,13 +190,13 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console
$ helm install my-release \
--set provider=aws stable/external-dns
--set provider=aws bitnami/external-dns
```
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,
```bash
$ helm install my-release -f values.yaml stable/external-dns
$ helm install my-release -f values.yaml bitnami/external-dns
```
> **Tip**: You can use the default [values.yaml](values.yaml)
@@ -244,7 +245,7 @@ $ helm install my-release \
--set aws.zoneType=public \
--set txtOwnerId=HOSTED_ZONE_IDENTIFIER \
--set domainFilters[0]=HOSTED_ZONE_NAME \
stable/external-dns
bitnami/external-dns
```
## Upgrading
@@ -256,7 +257,7 @@ Use the workaround below to upgrade from versions previous to 1.0.0. The followi
```console
$ kubectl delete deployment my-release-external-dns
$ helm upgrade my-release stable/external-dns
$ helm upgrade my-release bitnami/external-dns
```
Other mayor changes included in this major version are:

View File

@@ -19,4 +19,3 @@
.project
.idea/
*.tmproj
.vscode/

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: fluentd
version: 0.4.19
version: 0.4.20
appVersion: 1.9.3
description: Fluentd is an open source data collector for unified logging layer
keywords:

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: ghost
version: 9.1.11
version: 9.1.12
appVersion: 3.9.0
description: A simple, powerful publishing platform that allows you to share your stories with the world
keywords:

View File

@@ -5,14 +5,15 @@
## TL;DR;
```console
$ helm install my-release stable/ghost
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install my-release bitnami/ghost
```
## Introduction
This chart bootstraps a [Ghost](https://github.com/bitnami/bitnami-docker-ghost) 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 Ghost application.
It also packages the [Bitnami MariaDB chart](https://github.com/kubernetes/charts/tree/master/bitnami/mariadb) which is required for bootstrapping a MariaDB deployment for the database requirements of the Ghost application.
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/).
@@ -28,7 +29,7 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment
To install the chart with the release name `my-release`:
```console
$ helm install my-release stable/ghost
$ helm install my-release bitnami/ghost
```
The command deploys Ghost on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
@@ -152,7 +153,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console
$ helm install my-release \
--set ghostUsername=admin,ghostPassword=password,mariadb.mariadbRootPassword=secretpassword \
stable/ghost
bitnami/ghost
```
The above command sets the Ghost administrator account username and password to `admin` and `password` respectively. Additionally, it sets the MariaDB `root` user password to `secretpassword`.
@@ -160,7 +161,7 @@ The above command sets the Ghost administrator account username and password to
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console
$ helm install my-release -f values.yaml stable/ghost
$ helm install my-release -f values.yaml bitnami/ghost
```
> **Tip**: You can use the default [values.yaml](values.yaml)

View File

@@ -0,0 +1,6 @@
dependencies:
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 7.3.12
digest: sha256:c9098d7a736a14b34e6466393aeb00a24e2d81deeeef4317b723559537c8b8c5
generated: "2020-03-11T14:14:42.277562828Z"

View File

@@ -1,7 +1,7 @@
dependencies:
- name: mariadb
version: 7.x.x
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled
tags:
- ghost-database

View File

@@ -27,7 +27,7 @@ host. To configure Ghost with the URL of your service:
2. Complete your Ghost deployment by running:
helm upgrade {{ .Release.Name }} stable/{{ .Chart.Name }} \
helm upgrade {{ .Release.Name }} bitnami/{{ .Chart.Name }} \
--set service.type={{ .Values.service.type }},ghostHost=$APP_HOST,ghostPassword=$APP_PASSWORD,{{ if .Values.mariadb.mariadbRootPassword }},mariadb.mariadbRootPassword=$DATABASE_ROOT_PASSWORD{{ end }}mariadb.db.password=$APP_DATABASE_PASSWORD{{- if .Values.global }}{{- if .Values.global.imagePullSecrets }},global.imagePullSecrets={{ .Values.global.imagePullSecrets }}{{- end }}{{- end }}
{{- else -}}
1. Get the Ghost URL by running:

View File

@@ -135,7 +135,7 @@ externalDatabase:
##
## MariaDB chart configuration
##
## https://github.com/helm/charts/blob/master/stable/mariadb/values.yaml
## https://github.com/bitnami/charts/blob/master/bitnami/mariadb/values.yaml
##
mariadb:
## Whether to deploy a mariadb server to satisfy the applications database requirements. To use an external database set this to false and configure the externalDatabase parameters

View File

@@ -19,4 +19,3 @@
.project
.idea/
*.tmproj
.vscode/

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: grafana
version: 1.2.10
version: 1.2.11
appVersion: 6.6.2
description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
keywords:

View File

@@ -1 +1,21 @@
.git
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: harbor
version: 5.0.1
version: 5.0.2
appVersion: 1.10.1
description: Harbor is an an open source trusted cloud native registry project that stores, signs, and scans content
keywords:

View File

@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 8.5.0
version: 8.6.2
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 10.5.6
digest: sha256:8af39f1546cbafc2e2329d78b422a95883e4d7500181d14b27bc64dd534d7388
generated: "2020-03-04T18:18:17.175800619Z"
version: 10.5.7
digest: sha256:9a837d6b03984f81d72a353668d5800c6569509bdb12960b94d86ff45a321382
generated: "2020-03-11T14:14:49.531012359Z"

View File

@@ -1211,7 +1211,7 @@ notary:
successThreshold: 1
## Redis chart configuration
## ref: https://github.com/helm/charts/blob/master/stable/redis/values.yaml
## ref: https://github.com/bitnami/charts/blob/master/bitnami/redis/values.yaml
##
redis:
enabled: true
@@ -1251,7 +1251,7 @@ externalRedis:
## PostgreSQL chart configuration
## ref: https://github.com/helm/charts/blob/master/stable/postgresql/values.yaml
## ref: https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml
##
postgresql:
enabled: true

View File

@@ -1223,7 +1223,7 @@ notary:
secretName: ""
## Redis chart configuration
## ref: https://github.com/helm/charts/blob/master/stable/redis/values.yaml
## ref: https://github.com/bitnami/charts/blob/master/bitnami/redis/values.yaml
##
redis:
enabled: true
@@ -1263,7 +1263,7 @@ externalRedis:
## PostgreSQL chart configuration
## ref: https://github.com/helm/charts/blob/master/stable/postgresql/values.yaml
## ref: https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml
##
postgresql:
enabled: true

View File

@@ -19,4 +19,3 @@
.project
.idea/
*.tmproj
.vscode/

View File

@@ -15,4 +15,4 @@ maintainers:
name: influxdb
sources:
- https://github.com/bitnami/bitnami-docker-influxdb
version: 0.3.7
version: 0.3.8

View File

@@ -0,0 +1,21 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: jasperreports
version: 7.0.9
version: 7.0.10
appVersion: 7.2.0
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,

View File

@@ -5,14 +5,15 @@
## TL;DR;
```console
$ helm install my-release stable/jasperreports
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install my-release bitnami/jasperreports
```
## Introduction
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 bootstraps a MariaDB deployment required by the JasperReports application.
It also packages the [Bitnami MariaDB chart](https://github.com/kubernetes/charts/tree/master/bitnami/mariadb) which bootstraps a MariaDB deployment required by the JasperReports application.
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/).
@@ -28,7 +29,7 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment
To install the chart with the release name `my-release`:
```console
$ helm install my-release stable/jasperreports
$ helm install my-release bitnami/jasperreports
```
The command deploys JasperReports on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
@@ -110,7 +111,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console
$ helm install my-release \
--set jasperreportsUsername=admin,jasperreportsPassword=password,mariadb.mariadbRootPassword=secretpassword \
stable/jasperreports
bitnami/jasperreports
```
The above command sets the JasperReports administrator account username and password to `admin` and `password` respectively. Additionally, it sets the MariaDB `root` user password to `secretpassword`.
@@ -118,7 +119,7 @@ The above command sets the JasperReports administrator account username and pass
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console
$ helm install my-release -f values.yaml stable/jasperreports
$ helm install my-release -f values.yaml bitnami/jasperreports
```
> **Tip**: You can use the default [values.yaml](values.yaml)

View File

@@ -0,0 +1,6 @@
dependencies:
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 7.3.12
digest: sha256:46f8a6973d734e92e915f24c224bef39e800fb831f0b5aa370ae42c9f93f4106
generated: "2020-03-11T14:14:56.848657954Z"

View File

@@ -1,5 +1,5 @@
dependencies:
- name: mariadb
version: 7.x.x
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled

View File

@@ -49,7 +49,7 @@ host. To configure JasperReports to use and external database host:
1. Complete your JasperReports deployment by running:
helm upgrade {{ .Release.Name }} --set service.type={{ .Values.service.type }},mariadb.enabled=false,externalDatabase.host=YOUR_EXTERNAL_DATABASE_HOST stable/jasperreports
helm upgrade {{ .Release.Name }} --set service.type={{ .Values.service.type }},mariadb.enabled=false,externalDatabase.host=YOUR_EXTERNAL_DATABASE_HOST bitnami/jasperreports
{{- end }}

Some files were not shown because too many files have changed in this diff Show More