diff --git a/bitnami/prestashop/Chart.lock b/bitnami/prestashop/Chart.lock index 8b6dc219fd..9b4b239723 100644 --- a/bitnami/prestashop/Chart.lock +++ b/bitnami/prestashop/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: oci://registry-1.docker.io/bitnamicharts - version: 12.1.5 + version: 12.2.2 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.2.5 -digest: sha256:c05f6785a0952c448391a81468c46b80a79962cf709a5c1afecdf08b4e200cbb -generated: "2023-05-09T01:59:05.170763444Z" +digest: sha256:7aaae5787ff319fe6e2c996905f3f76e30f7516413c3c68f4699230664835a0c +generated: "2023-05-12T03:47:53.900859274Z" diff --git a/bitnami/prestashop/Chart.yaml b/bitnami/prestashop/Chart.yaml index b3cb07433e..a2ec712514 100644 --- a/bitnami/prestashop/Chart.yaml +++ b/bitnami/prestashop/Chart.yaml @@ -28,4 +28,4 @@ maintainers: name: prestashop sources: - https://github.com/bitnami/charts/tree/main/bitnami/prestashop -version: 17.1.0 +version: 17.1.1 diff --git a/bitnami/prestashop/README.md b/bitnami/prestashop/README.md index a216523271..a872f59362 100644 --- a/bitnami/prestashop/README.md +++ b/bitnami/prestashop/README.md @@ -8,8 +8,6 @@ PrestaShop is a powerful open source eCommerce platform used by over 250,000 onl 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. -Looking to use PrestaShop in production? Try [VMware Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog. - ## TL;DR ```console @@ -81,7 +79,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) | `8.0.4-debian-11-r4` | +| `image.tag` | PrestaShop image tag (immutable tags are recommended) | `8.0.4-debian-11-r5` | | `image.digest` | PrestaShop image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | PrestaShop image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -232,7 +230,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-r114` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r115` | | `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -246,7 +244,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.13.3-debian-11-r4` | +| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.13.3-debian-11-r5` | | `metrics.image.digest` | Apache exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `metrics.image.pullPolicy` | Apache exporter image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -272,7 +270,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-r114` | +| `certificates.image.tag` | Container sidecar image tag (immutable tags are recommended) | `11-debian-11-r115` | | `certificates.image.digest` | Container sidecar image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `certificates.image.pullPolicy` | Container sidecar image pull policy | `IfNotPresent` | | `certificates.image.pullSecrets` | Container sidecar image pull secrets | `[]` | diff --git a/bitnami/prestashop/values.yaml b/bitnami/prestashop/values.yaml index 9b201c8838..19247427fb 100644 --- a/bitnami/prestashop/values.yaml +++ b/bitnami/prestashop/values.yaml @@ -55,7 +55,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/prestashop - tag: 8.0.4-debian-11-r4 + tag: 8.0.4-debian-11-r5 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -646,7 +646,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r114 + tag: 11-debian-11-r115 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -696,7 +696,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.13.3-debian-11-r4 + tag: 0.13.3-debian-11-r5 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -778,7 +778,7 @@ certificates: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r114 + tag: 11-debian-11-r115 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'