From 8a51dae9a9a6b635a42a481aeee67d60eb3ca186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 12 Jun 2019 09:52:18 +0200 Subject: [PATCH] [stable/{prestashop}] Change tags/pullPolicy in values and or README (#14731) Signed-off-by: Carlos Rodriguez Hernandez --- stable/prestashop/Chart.yaml | 2 +- stable/prestashop/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/prestashop/Chart.yaml b/stable/prestashop/Chart.yaml index 372baac7af..ae64a6e5aa 100644 --- a/stable/prestashop/Chart.yaml +++ b/stable/prestashop/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: prestashop -version: 6.6.2 +version: 6.6.3 appVersion: 1.7.5-2 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 83defb1542..a8db99c2d7 100644 --- a/stable/prestashop/README.md +++ b/stable/prestashop/README.md @@ -54,7 +54,7 @@ The following table lists the configurable parameters of the PrestaShop chart an | `image.registry` | PrestaShop image registry | `docker.io` | | `image.repository` | PrestaShop image name | `bitnami/prestashop` | | `image.tag` | PrestaShop image tag | `{TAG_NAME}` | -| `image.pullPolicy` | Image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` | +| `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `service.type` | Kubernetes Service type | `LoadBalancer` | | `service.port` | Service HTTP port | `80` |