mirror of
https://github.com/bitnami/charts.git
synced 2026-03-09 07:27:18 +08:00
Synchronize upstreamed folder to b126482a3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: dokuwiki
|
||||
version: 6.0.6
|
||||
version: 6.0.7
|
||||
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.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
## TL;DR;
|
||||
|
||||
```console
|
||||
$ helm install stable/dokuwiki
|
||||
$ helm install my-release stable/dokuwiki
|
||||
```
|
||||
|
||||
## Introduction
|
||||
@@ -26,7 +26,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 --name my-release stable/dokuwiki
|
||||
$ helm install my-release stable/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.
|
||||
@@ -116,7 +116,7 @@ The above parameters map to the env variables defined in [bitnami/dokuwiki](http
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||
|
||||
```console
|
||||
$ helm install --name my-release \
|
||||
$ helm install my-release \
|
||||
--set dokuwikiUsername=admin,dokuwikiPassword=password \
|
||||
stable/dokuwiki
|
||||
```
|
||||
@@ -126,7 +126,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 --name my-release -f values.yaml stable/dokuwiki
|
||||
$ helm install my-release -f values.yaml stable/dokuwiki
|
||||
```
|
||||
|
||||
> **Tip**: You can use the default [values.yaml](values.yaml)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: moodle
|
||||
version: 7.1.0
|
||||
version: 7.1.1
|
||||
appVersion: 3.8.1
|
||||
description: Moodle is a learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalised learning environments
|
||||
keywords:
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
## TL;DR;
|
||||
|
||||
```console
|
||||
$ helm install stable/moodle
|
||||
$ helm install my-release stable/moodle
|
||||
```
|
||||
|
||||
## Introduction
|
||||
@@ -28,7 +28,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 --name my-release stable/moodle
|
||||
$ helm install my-release stable/moodle
|
||||
```
|
||||
|
||||
The command deploys Moodle on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
|
||||
@@ -138,7 +138,7 @@ The above parameters map to the env variables defined in [bitnami/moodle](http:/
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||
|
||||
```console
|
||||
$ helm install --name my-release \
|
||||
$ helm install my-release \
|
||||
--set moodleUsername=admin,moodlePassword=password,mariadb.mariadbRootPassword=secretpassword \
|
||||
stable/moodle
|
||||
```
|
||||
@@ -148,7 +148,7 @@ The above command sets the Moodle 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 --name my-release -f values.yaml stable/moodle
|
||||
$ helm install my-release -f values.yaml stable/moodle
|
||||
```
|
||||
|
||||
> **Tip**: You can use the default [values.yaml](values.yaml)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: odoo
|
||||
version: 13.0.0
|
||||
version: 13.0.1
|
||||
appVersion: 12.0.20191215
|
||||
description: A suite of web based open source business apps.
|
||||
home: https://www.odoo.com/
|
||||
|
||||
@@ -7,7 +7,7 @@ Odoo Apps can be used as stand-alone applications, but they also integrate seaml
|
||||
## TL;DR;
|
||||
|
||||
```console
|
||||
$ helm install stable/odoo
|
||||
$ helm install my-release stable/odoo
|
||||
```
|
||||
|
||||
## Introduction
|
||||
@@ -28,7 +28,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 --name my-release stable/odoo
|
||||
$ helm install my-release stable/odoo
|
||||
```
|
||||
|
||||
The command deploys Odoo on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
|
||||
@@ -120,7 +120,7 @@ The above parameters map to the env variables defined in [bitnami/odoo](http://g
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||
|
||||
```console
|
||||
$ helm install --name my-release \
|
||||
$ helm install my-release \
|
||||
--set odooPassword=password,postgresql.postgresPassword=secretpassword \
|
||||
stable/odoo
|
||||
```
|
||||
@@ -130,7 +130,7 @@ The above command sets the Odoo administrator account password to `password` and
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
|
||||
|
||||
```console
|
||||
$ helm install --name my-release -f values.yaml stable/odoo
|
||||
$ helm install my-release -f values.yaml stable/odoo
|
||||
```
|
||||
|
||||
> **Tip**: You can use the default [values.yaml](values.yaml)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: opencart
|
||||
version: 7.0.4
|
||||
version: 7.0.5
|
||||
appVersion: 3.0.3-2
|
||||
description: A free and open source e-commerce platform for online merchants. It provides a professional and reliable foundation for a successful online store.
|
||||
keywords:
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
## TL;DR;
|
||||
|
||||
```console
|
||||
$ helm install stable/opencart
|
||||
$ helm install my-release stable/opencart
|
||||
```
|
||||
|
||||
## Introduction
|
||||
@@ -28,7 +28,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 --name my-release stable/opencart
|
||||
$ helm install my-release stable/opencart
|
||||
```
|
||||
|
||||
The command deploys OpenCart on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
|
||||
@@ -135,7 +135,7 @@ The above parameters map to the env variables defined in [bitnami/opencart](http
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||
|
||||
```console
|
||||
$ helm install --name my-release \
|
||||
$ helm install my-release \
|
||||
--set opencartUsername=admin,opencartPassword=password,mariadb.mariadbRootPassword=secretpassword \
|
||||
stable/opencart
|
||||
```
|
||||
@@ -145,7 +145,7 @@ The above command sets the OpenCart 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 --name my-release -f values.yaml stable/opencart
|
||||
$ helm install my-release -f values.yaml stable/opencart
|
||||
```
|
||||
|
||||
> **Tip**: You can use the default [values.yaml](values.yaml)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: orangehrm
|
||||
version: 7.0.4
|
||||
version: 7.0.5
|
||||
appVersion: 4.3.4-0
|
||||
description: OrangeHRM is a free HR management system that offers a wealth of modules
|
||||
to suit the needs of your business.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
## TL;DR;
|
||||
|
||||
```console
|
||||
$ helm install stable/orangehrm
|
||||
$ helm install my-release stable/orangehrm
|
||||
```
|
||||
|
||||
## Introduction
|
||||
@@ -28,7 +28,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 --name my-release stable/orangehrm
|
||||
$ helm install my-release stable/orangehrm
|
||||
```
|
||||
|
||||
The command deploys OrangeHRM on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
|
||||
@@ -121,7 +121,7 @@ The above parameters map to the env variables defined in [bitnami/orangehrm](htt
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||
|
||||
```console
|
||||
$ helm install --name my-release \
|
||||
$ helm install my-release \
|
||||
--set orangehrmUsername=admin,orangehrmPassword=password,mariadb.mariadbRootPassword=secretpassword \
|
||||
stable/orangehrm
|
||||
```
|
||||
@@ -131,7 +131,7 @@ The above command sets the OrangeHRM 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 --name my-release -f values.yaml stable/orangehrm
|
||||
$ helm install my-release -f values.yaml stable/orangehrm
|
||||
```
|
||||
|
||||
> **Tip**: You can use the default [values.yaml](values.yaml)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: osclass
|
||||
version: 7.0.4
|
||||
version: 7.0.5
|
||||
appVersion: 3.7.4
|
||||
description: Osclass is a php script that allows you to quickly create and manage
|
||||
your own free classifieds site.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
## TL;DR;
|
||||
|
||||
```console
|
||||
$ helm install stable/osclass
|
||||
$ helm install my-release stable/osclass
|
||||
```
|
||||
|
||||
## Introduction
|
||||
@@ -28,7 +28,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 --name my-release stable/osclass
|
||||
$ helm install my-release stable/osclass
|
||||
```
|
||||
|
||||
The command deploys Osclass on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
|
||||
@@ -136,7 +136,7 @@ The above parameters map to the env variables defined in [bitnami/osclass](http:
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||
|
||||
```console
|
||||
$ helm install --name my-release \
|
||||
$ helm install my-release \
|
||||
--set osclassUsername=admin,osclassPassword=password,mariadb.mariadbRootPassword=secretpassword \
|
||||
stable/osclass
|
||||
```
|
||||
@@ -146,7 +146,7 @@ The above command sets the Osclass administrator account username and password t
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
|
||||
|
||||
```console
|
||||
$ helm install --name my-release -f values.yaml stable/osclass
|
||||
$ helm install my-release -f values.yaml stable/osclass
|
||||
```
|
||||
|
||||
> **Tip**: You can use the default [values.yaml](values.yaml)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: owncloud
|
||||
version: 8.1.1
|
||||
version: 8.1.2
|
||||
appVersion: 10.3.2
|
||||
description: A file sharing server that puts the control and security of your own data back into your hands.
|
||||
keywords:
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
## TL;DR;
|
||||
|
||||
```console
|
||||
$ helm install stable/owncloud
|
||||
$ helm install my-release stable/owncloud
|
||||
```
|
||||
|
||||
## Introduction
|
||||
@@ -28,7 +28,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 --name my-release stable/owncloud
|
||||
$ helm install my-release stable/owncloud
|
||||
```
|
||||
|
||||
The command deploys ownCloud on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
|
||||
@@ -127,7 +127,7 @@ The above parameters map to the env variables defined in [bitnami/owncloud](http
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||
|
||||
```console
|
||||
$ helm install --name my-release \
|
||||
$ helm install my-release \
|
||||
--set owncloudUsername=admin,owncloudPassword=password,mariadb.mariadbRootPassword=secretpassword \
|
||||
stable/owncloud
|
||||
```
|
||||
@@ -137,7 +137,7 @@ The above command sets the ownCloud 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 --name my-release -f values.yaml stable/owncloud
|
||||
$ helm install my-release -f values.yaml stable/owncloud
|
||||
```
|
||||
|
||||
> **Tip**: You can use the default [values.yaml](values.yaml)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: parse
|
||||
version: 10.3.4
|
||||
version: 10.3.5
|
||||
appVersion: 3.10.0
|
||||
description: Parse is a platform that enables users to add a scalable and powerful backend to launch a full-featured app for iOS, Android, JavaScript, Windows, Unity, and more.
|
||||
keywords:
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
## TL;DR;
|
||||
|
||||
```console
|
||||
$ helm install stable/parse
|
||||
$ helm install my-release stable/parse
|
||||
```
|
||||
|
||||
## Introduction
|
||||
@@ -26,7 +26,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 --name my-release stable/parse
|
||||
$ helm install my-release stable/parse
|
||||
```
|
||||
|
||||
The command deploys Parse on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
|
||||
@@ -158,7 +158,7 @@ The above parameters map to the env variables defined in [bitnami/parse](http://
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||
|
||||
```console
|
||||
$ helm install --name my-release \
|
||||
$ helm install my-release \
|
||||
--set dashboard.username=admin,dashboard.password=password \
|
||||
stable/parse
|
||||
```
|
||||
@@ -168,7 +168,7 @@ The above command sets the Parse 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 --name my-release -f values.yaml stable/parse
|
||||
$ helm install my-release -f values.yaml stable/parse
|
||||
```
|
||||
|
||||
> **Tip**: You can use the default [values.yaml](values.yaml)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: phabricator
|
||||
version: 9.0.7
|
||||
version: 9.0.8
|
||||
appVersion: 2019.50.0
|
||||
description: Collection of open source web applications that help software companies build better software.
|
||||
keywords:
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
## TL;DR;
|
||||
|
||||
```console
|
||||
$ helm install stable/phabricator
|
||||
$ helm install my-release stable/phabricator
|
||||
```
|
||||
|
||||
## Introduction
|
||||
@@ -28,7 +28,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 --name my-release stable/phabricator
|
||||
$ helm install my-release stable/phabricator
|
||||
```
|
||||
|
||||
The command deploys Phabricator on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
|
||||
@@ -129,8 +129,9 @@ The above parameters map to the env variables defined in [bitnami/phabricator](h
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||
|
||||
```console
|
||||
$ helm install stable/phabricator --name my-release \
|
||||
$ helm install my-release \
|
||||
--set phabricatorUsername=admin,phabricatorPassword=password,mariadb.mariadbRootPassword=secretpassword \
|
||||
stable/phabricator
|
||||
```
|
||||
|
||||
The above command sets the Phabricator administrator account username and password to `admin` and `password` respectively. Additionally, it sets the MariaDB `root` user password to `secretpassword`.
|
||||
@@ -138,7 +139,7 @@ The above command sets the Phabricator administrator account username and passwo
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
|
||||
|
||||
```console
|
||||
$ helm install --name my-release -f values.yaml stable/phabricator
|
||||
$ helm install my-release -f values.yaml stable/phabricator
|
||||
```
|
||||
|
||||
> **Tip**: You can use the default [values.yaml](values.yaml)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: phpbb
|
||||
version: 7.0.4
|
||||
version: 7.0.5
|
||||
appVersion: 3.3.0
|
||||
description: Community forum that supports the notion of users and groups, file attachments, full-text search, notifications and more.
|
||||
keywords:
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
## TL;DR;
|
||||
|
||||
```console
|
||||
$ helm install stable/phpbb
|
||||
$ helm install my-release stable/phpbb
|
||||
```
|
||||
|
||||
## Introduction
|
||||
@@ -26,7 +26,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 --name my-release stable/phpbb
|
||||
$ helm install my-release stable/phpbb
|
||||
```
|
||||
|
||||
The command deploys phpBB on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
|
||||
@@ -116,7 +116,7 @@ The above parameters map to the env variables defined in [bitnami/phpbb](http://
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||
|
||||
```console
|
||||
$ helm install --name my-release \
|
||||
$ helm install my-release \
|
||||
--set phpbbUser=admin,phpbbPassword=password,mariadb.mariadbRootPassword=secretpassword \
|
||||
stable/phpbb
|
||||
```
|
||||
@@ -126,7 +126,7 @@ The above command sets the phpBB 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 --name my-release -f values.yaml stable/phpbb
|
||||
$ helm install my-release -f values.yaml stable/phpbb
|
||||
```
|
||||
|
||||
> **Tip**: You can use the default [values.yaml](values.yaml)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: prestashop
|
||||
version: 9.1.4
|
||||
version: 9.1.5
|
||||
appVersion: 1.7.6-3
|
||||
description: A popular open source ecommerce solution. Professional tools are easily accessible to increase online sales including instant guest checkout, abandoned cart reminders and automated Email marketing.
|
||||
keywords:
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
## TL;DR;
|
||||
|
||||
```console
|
||||
$ helm install stable/prestashop
|
||||
$ helm install my-release stable/prestashop
|
||||
```
|
||||
|
||||
## Introduction
|
||||
@@ -28,7 +28,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 --name my-release stable/prestashop
|
||||
$ helm install my-release stable/prestashop
|
||||
```
|
||||
|
||||
The command deploys PrestaShop on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
|
||||
@@ -155,7 +155,7 @@ The above parameters map to the env variables defined in [bitnami/prestashop](ht
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||
|
||||
```console
|
||||
$ helm install --name my-release \
|
||||
$ helm install my-release \
|
||||
--set prestashopUsername=admin,prestashopPassword=password,mariadb.mariadbRootPassword=secretpassword \
|
||||
stable/prestashop
|
||||
```
|
||||
@@ -165,7 +165,7 @@ The above command sets the PrestaShop administrator account username and passwor
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
|
||||
|
||||
```console
|
||||
$ helm install --name my-release -f values.yaml stable/prestashop
|
||||
$ helm install my-release -f values.yaml stable/prestashop
|
||||
```
|
||||
|
||||
> **Tip**: You can use the default [values.yaml](values.yaml)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: redmine
|
||||
version: 14.1.6
|
||||
version: 14.1.7
|
||||
appVersion: 4.1.0
|
||||
description: A flexible project management web application.
|
||||
keywords:
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
## TL;DR;
|
||||
|
||||
```bash
|
||||
$ helm install stable/redmine
|
||||
$ helm install my-release stable/redmine
|
||||
```
|
||||
|
||||
## Introduction
|
||||
@@ -28,7 +28,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 --name my-release stable/redmine
|
||||
$ helm install my-release stable/redmine
|
||||
```
|
||||
|
||||
The command deploys Redmine on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
|
||||
@@ -50,7 +50,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
This chart includes the option to use a PostgreSQL database for Redmine instead of MariaDB. To use this, set the `databaseType` parameter to `postgresql`:
|
||||
|
||||
```
|
||||
helm install --name my-release stable/redmine --set databaseType=postgresql
|
||||
helm install my-release stable/redmine --set databaseType=postgresql
|
||||
```
|
||||
|
||||
## Parameters
|
||||
@@ -174,7 +174,7 @@ The above parameters map to the env variables defined in [bitnami/redmine](http:
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||
|
||||
```bash
|
||||
$ helm install --name my-release \
|
||||
$ helm install my-release \
|
||||
--set redmineUsername=admin,redminePassword=password,mariadb.mariadbRootPassword=secretpassword \
|
||||
stable/redmine
|
||||
```
|
||||
@@ -184,7 +184,7 @@ The above command sets the Redmine administrator account username and password t
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
|
||||
|
||||
```bash
|
||||
$ helm install --name my-release -f values.yaml stable/redmine
|
||||
$ helm install my-release -f values.yaml stable/redmine
|
||||
```
|
||||
|
||||
> **Tip**: You can use the default [values.yaml](values.yaml)
|
||||
@@ -219,7 +219,7 @@ The following example includes two PVCs, one for Redmine and another for MariaDB
|
||||
1. Install the chart
|
||||
|
||||
```bash
|
||||
$ helm install --name test --set persistence.existingClaim=PVC_REDMINE,mariadb.persistence.existingClaim=PVC_MARIADB redmine
|
||||
$ helm install test --set persistence.existingClaim=PVC_REDMINE,mariadb.persistence.existingClaim=PVC_MARIADB stable/redmine
|
||||
```
|
||||
|
||||
## Upgrading
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: suitecrm
|
||||
version: 8.0.4
|
||||
version: 8.0.5
|
||||
appVersion: 7.11.10
|
||||
description: SuiteCRM is a completely open source enterprise-grade Customer Relationship Management (CRM) application. SuiteCRM is a software fork of the popular customer relationship management (CRM) system SugarCRM.
|
||||
keywords:
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
## TL;DR;
|
||||
|
||||
```console
|
||||
$ helm install stable/suitecrm
|
||||
$ helm install my-release stable/suitecrm
|
||||
```
|
||||
|
||||
## Introduction
|
||||
@@ -28,7 +28,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 --name my-release stable/suitecrm
|
||||
$ helm install my-release stable/suitecrm
|
||||
```
|
||||
|
||||
The command deploys SuiteCRM on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
|
||||
@@ -137,7 +137,7 @@ The above parameters map to the env variables defined in [bitnami/suitecrm](http
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||
|
||||
```console
|
||||
$ helm install --name my-release \
|
||||
$ helm install my-release \
|
||||
--set suitecrmUsername=admin,suitecrmPassword=password,mariadb.mariadbRootPassword=secretpassword \
|
||||
stable/suitecrm
|
||||
```
|
||||
@@ -147,7 +147,7 @@ The above command sets the SuiteCRM 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 --name my-release -f values.yaml stable/suitecrm
|
||||
$ helm install my-release -f values.yaml stable/suitecrm
|
||||
```
|
||||
|
||||
> **Tip**: You can use the default [values.yaml](values.yaml)
|
||||
|
||||
Reference in New Issue
Block a user