diff --git a/upstreamed/dokuwiki/Chart.yaml b/upstreamed/dokuwiki/Chart.yaml index ed6e9b38c2..90dc239767 100644 --- a/upstreamed/dokuwiki/Chart.yaml +++ b/upstreamed/dokuwiki/Chart.yaml @@ -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. diff --git a/upstreamed/dokuwiki/README.md b/upstreamed/dokuwiki/README.md index a8ab7e74f9..f1b7a2d986 100644 --- a/upstreamed/dokuwiki/README.md +++ b/upstreamed/dokuwiki/README.md @@ -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) diff --git a/upstreamed/moodle/Chart.yaml b/upstreamed/moodle/Chart.yaml index 440bf23659..6f9c7a7e41 100644 --- a/upstreamed/moodle/Chart.yaml +++ b/upstreamed/moodle/Chart.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: diff --git a/upstreamed/moodle/README.md b/upstreamed/moodle/README.md index 8567ccce43..420e4f78be 100644 --- a/upstreamed/moodle/README.md +++ b/upstreamed/moodle/README.md @@ -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) diff --git a/upstreamed/odoo/Chart.yaml b/upstreamed/odoo/Chart.yaml index b2cd77d2fa..8524ef55c6 100644 --- a/upstreamed/odoo/Chart.yaml +++ b/upstreamed/odoo/Chart.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/ diff --git a/upstreamed/odoo/README.md b/upstreamed/odoo/README.md index ad18f1d024..6106e75e8f 100644 --- a/upstreamed/odoo/README.md +++ b/upstreamed/odoo/README.md @@ -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) diff --git a/upstreamed/opencart/Chart.yaml b/upstreamed/opencart/Chart.yaml index 5b2b596e44..78fd00e94f 100644 --- a/upstreamed/opencart/Chart.yaml +++ b/upstreamed/opencart/Chart.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: diff --git a/upstreamed/opencart/README.md b/upstreamed/opencart/README.md index 3f01889b55..26f4c939cd 100644 --- a/upstreamed/opencart/README.md +++ b/upstreamed/opencart/README.md @@ -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) diff --git a/upstreamed/orangehrm/Chart.yaml b/upstreamed/orangehrm/Chart.yaml index c8932a3bfe..c3fe300bef 100644 --- a/upstreamed/orangehrm/Chart.yaml +++ b/upstreamed/orangehrm/Chart.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. diff --git a/upstreamed/orangehrm/README.md b/upstreamed/orangehrm/README.md index c92989a2e2..e8d517b94f 100644 --- a/upstreamed/orangehrm/README.md +++ b/upstreamed/orangehrm/README.md @@ -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) diff --git a/upstreamed/osclass/Chart.yaml b/upstreamed/osclass/Chart.yaml index d7597f244b..6d38ec697a 100644 --- a/upstreamed/osclass/Chart.yaml +++ b/upstreamed/osclass/Chart.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. diff --git a/upstreamed/osclass/README.md b/upstreamed/osclass/README.md index d88ccd9298..4ecaff7d44 100644 --- a/upstreamed/osclass/README.md +++ b/upstreamed/osclass/README.md @@ -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) diff --git a/upstreamed/owncloud/Chart.yaml b/upstreamed/owncloud/Chart.yaml index 60c8416ba2..6238d067e0 100644 --- a/upstreamed/owncloud/Chart.yaml +++ b/upstreamed/owncloud/Chart.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: diff --git a/upstreamed/owncloud/README.md b/upstreamed/owncloud/README.md index d1a556ae58..4345939456 100644 --- a/upstreamed/owncloud/README.md +++ b/upstreamed/owncloud/README.md @@ -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) diff --git a/upstreamed/parse/Chart.yaml b/upstreamed/parse/Chart.yaml index 6394757eb0..9772b4c3a0 100644 --- a/upstreamed/parse/Chart.yaml +++ b/upstreamed/parse/Chart.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: diff --git a/upstreamed/parse/README.md b/upstreamed/parse/README.md index fd223ed2e5..0b6d3aeb2e 100644 --- a/upstreamed/parse/README.md +++ b/upstreamed/parse/README.md @@ -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) diff --git a/upstreamed/phabricator/Chart.yaml b/upstreamed/phabricator/Chart.yaml index 66a973b993..20527356ef 100644 --- a/upstreamed/phabricator/Chart.yaml +++ b/upstreamed/phabricator/Chart.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: diff --git a/upstreamed/phabricator/README.md b/upstreamed/phabricator/README.md index dc108f5c4d..59a9df237e 100644 --- a/upstreamed/phabricator/README.md +++ b/upstreamed/phabricator/README.md @@ -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) diff --git a/upstreamed/phpbb/Chart.yaml b/upstreamed/phpbb/Chart.yaml index 129295a097..a2d816b01b 100644 --- a/upstreamed/phpbb/Chart.yaml +++ b/upstreamed/phpbb/Chart.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: diff --git a/upstreamed/phpbb/README.md b/upstreamed/phpbb/README.md index a8f163fd21..792521a2ed 100644 --- a/upstreamed/phpbb/README.md +++ b/upstreamed/phpbb/README.md @@ -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) diff --git a/upstreamed/prestashop/Chart.yaml b/upstreamed/prestashop/Chart.yaml index 073b6b7f42..e1c1eec1ae 100644 --- a/upstreamed/prestashop/Chart.yaml +++ b/upstreamed/prestashop/Chart.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: diff --git a/upstreamed/prestashop/README.md b/upstreamed/prestashop/README.md index 227369cabd..16ec5c655b 100644 --- a/upstreamed/prestashop/README.md +++ b/upstreamed/prestashop/README.md @@ -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) diff --git a/upstreamed/redmine/Chart.yaml b/upstreamed/redmine/Chart.yaml index 01038fb95f..cb2b45d11d 100644 --- a/upstreamed/redmine/Chart.yaml +++ b/upstreamed/redmine/Chart.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: diff --git a/upstreamed/redmine/README.md b/upstreamed/redmine/README.md index 77168a47c3..c83c022213 100644 --- a/upstreamed/redmine/README.md +++ b/upstreamed/redmine/README.md @@ -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 diff --git a/upstreamed/suitecrm/Chart.yaml b/upstreamed/suitecrm/Chart.yaml index 4aec9f739e..b34d4193b2 100644 --- a/upstreamed/suitecrm/Chart.yaml +++ b/upstreamed/suitecrm/Chart.yaml @@ -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: diff --git a/upstreamed/suitecrm/README.md b/upstreamed/suitecrm/README.md index 6fb8e8bc7f..3bbb8fc599 100644 --- a/upstreamed/suitecrm/README.md +++ b/upstreamed/suitecrm/README.md @@ -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)