From 49945ed9117b70d56efba0cd0315e31b3ef8f44b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Mon, 19 Mar 2018 22:24:59 +0100 Subject: [PATCH] [stable/prestashop] Fix some typos (#4216) * [stable/ghost] Fix some typos * [stable/prestashop] Fix some typos * Revert "[stable/ghost] Fix some typos" This reverts commit fe3bc14a3ec611dc4f455a936128b2c771579c40. * Update README.md Another typo (replace tables by table) --- stable/prestashop/Chart.yaml | 2 +- stable/prestashop/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/prestashop/Chart.yaml b/stable/prestashop/Chart.yaml index b5d83fa5b5..fc1ad76dac 100644 --- a/stable/prestashop/Chart.yaml +++ b/stable/prestashop/Chart.yaml @@ -1,5 +1,5 @@ name: prestashop -version: 0.6.0 +version: 0.6.1 appVersion: 1.7.3 description: A popular open source ecommerce solution. Professional tools are easily accessible to increase online sales including instant guest checkout, abandoned diff --git a/stable/prestashop/README.md b/stable/prestashop/README.md index 893785563f..733fc33bdd 100644 --- a/stable/prestashop/README.md +++ b/stable/prestashop/README.md @@ -1,6 +1,6 @@ # PrestaShop -[PrestaShop](https://prestashop.com/) is 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. +[PrestaShop](https://prestashop.com/) is a popular open source e-commerce solution. Professional tools are easily accessible to increase online sales including instant guest checkout, abandoned cart reminders and automated Email marketing. ## TL;DR; @@ -43,7 +43,7 @@ The command removes all the Kubernetes components associated with the chart and ## Configuration -The following tables lists the configurable parameters of the PrestaShop chart and their default values. +The following table lists the configurable parameters of the PrestaShop chart and their default values. | Parameter | Description | Default | |---------------------------------------|---------------------------------------------|----------------------------------------------------------| @@ -106,7 +106,7 @@ $ helm install --name my-release \ stable/prestashop ``` -The above command sets the PrestaShop administrator account username and password to `admin` and `password` respectively. Additionally it sets the MariaDB `root` user password to `secretpassword`. +The above command sets the PrestaShop administrator account username and password to `admin` and `password` respectively. Additionally, it sets the MariaDB `root` user password to `secretpassword`. Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,