[bitnami/prestashop] Release 15.2.14 (#11532)

* [bitnami/prestashop] Release 15.2.14 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-08-03 10:17:52 +02:00
committed by GitHub
parent 3c7d65a91d
commit 34ecba0bcf
4 changed files with 13 additions and 13 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 11.1.1
version: 11.1.2
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.16.1
digest: sha256:d6525f4d55d86ef7bbff0371e2aaa1643e092e45627c347a8aba3067ca3bcd5f
generated: "2022-07-25T14:41:19.438042924Z"
digest: sha256:38f7554150fbdbc67a848dacea9d7c7a32423e50068ff19eacbaabb4fd7b9000
generated: "2022-07-31T18:04:12.878827157Z"

View File

@@ -29,4 +29,4 @@ name: prestashop
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/prestashop
- https://prestashop.com/
version: 15.2.13
version: 15.2.14

View File

@@ -7,7 +7,7 @@ PrestaShop is a powerful open source eCommerce platform used by over 250,000 onl
[Overview of PrestaShop](http://www.prestashop.com)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
## TL;DR
```console
@@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and
| --------------------------------------- | ----------------------------------------------------------------------------------------- | ---------------------- |
| `image.registry` | PrestaShop image registry | `docker.io` |
| `image.repository` | PrestaShop image repository | `bitnami/prestashop` |
| `image.tag` | PrestaShop image tag (immutable tags are recommended) | `1.7.8-7-debian-11-r0` |
| `image.tag` | PrestaShop image tag (immutable tags are recommended) | `1.7.8-7-debian-11-r2` |
| `image.pullPolicy` | PrestaShop image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `image.debug` | Specify if debug logs should be enabled | `false` |
@@ -235,7 +235,7 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work) | `false` |
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
| `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r18` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r20` |
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the container | `{}` |
@@ -249,7 +249,7 @@ The command removes all the Kubernetes components associated with the chart and
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
| `metrics.image.registry` | Apache exporter image registry | `docker.io` |
| `metrics.image.repository` | Apache exporter image repository | `bitnami/apache-exporter` |
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r22` |
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r24` |
| `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `metrics.resources` | Metrics exporter resource requests and limits | `{}` |
@@ -274,7 +274,7 @@ The command removes all the Kubernetes components associated with the chart and
| `certificates.extraEnvVarsSecret` | Secret with extra environment variables | `""` |
| `certificates.image.registry` | Container sidecar registry | `docker.io` |
| `certificates.image.repository` | Container sidecar image repository | `bitnami/bitnami-shell` |
| `certificates.image.tag` | Container sidecar image tag (immutable tags are recommended) | `11-debian-11-r18` |
| `certificates.image.tag` | Container sidecar image tag (immutable tags are recommended) | `11-debian-11-r20` |
| `certificates.image.pullPolicy` | Container sidecar image pull policy | `IfNotPresent` |
| `certificates.image.pullSecrets` | Container sidecar image pull secrets | `[]` |

View File

@@ -54,7 +54,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/prestashop
tag: 1.7.8-7-debian-11-r0
tag: 1.7.8-7-debian-11-r2
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
@@ -643,7 +643,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r18
tag: 11-debian-11-r20
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -691,7 +691,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 0.11.0-debian-11-r22
tag: 0.11.0-debian-11-r24
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -759,7 +759,7 @@ certificates:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r18
tag: 11-debian-11-r20
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images