diff --git a/stable/prestashop/Chart.yaml b/stable/prestashop/Chart.yaml index 139b550119..57d5125a2b 100644 --- a/stable/prestashop/Chart.yaml +++ b/stable/prestashop/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: prestashop -version: 8.2.6 +version: 8.2.7 appVersion: 1.7.6-1 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/stable/prestashop/README.md b/stable/prestashop/README.md index b6c2cb8a4a..3bd7b7611c 100644 --- a/stable/prestashop/README.md +++ b/stable/prestashop/README.md @@ -31,7 +31,7 @@ To install the chart with the release name `my-release`: $ helm install --name my-release stable/prestashop ``` -The command deploys PrestaShop on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. +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. > **Tip**: List all releases using `helm list` @@ -45,7 +45,7 @@ $ helm delete my-release The command removes all the Kubernetes components associated with the chart and deletes the release. -## Configuration +## Parameters The following table lists the configurable parameters of the PrestaShop chart and their default values. @@ -168,6 +168,8 @@ $ helm install --name my-release -f values.yaml stable/prestashop > **Tip**: You can use the default [values.yaml](values.yaml) +## Configuration and installation details + ### [Rolling VS Immutable tags](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/) It is strongly recommended to use immutable tags in a production environment. This ensures your deployment does not change automatically if the same tag is updated with a different image. @@ -179,7 +181,7 @@ Bitnami will release a new chart updating its containers if a new version of the The [Bitnami PrestaShop](https://github.com/bitnami/bitnami-docker-prestashop) image stores the PrestaShop data and configurations at the `/bitnami/prestashop` path of the container. Persistent Volume Claims are used to keep the data across deployments. This is known to work in GCE, AWS, and minikube. -See the [Configuration](#configuration) section to configure the PVC or to disable persistence. +See the [Parameters](#parameters) section to configure the PVC or to disable persistence. ## Upgrading