[bitnami/prestashop] Add deprecation note (#28695)

This commit is contained in:
Juan Ariza Toledano
2024-08-06 17:01:06 +02:00
committed by GitHub
parent af285099f4
commit 2bf0f3f136
4 changed files with 18 additions and 9 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 22.0.3 (2024-07-25)
## 22.0.5 (2024-08-06)
* [bitnami/prestashop] Release 22.0.3 ([#28470](https://github.com/bitnami/charts/pull/28470))
* [bitnami/prestashop] Add deprecation note ([#28695](https://github.com/bitnami/charts/pull/28695))
## <small>22.0.3 (2024-07-25)</small>
* [bitnami/prestashop] Release 22.0.3 (#28470) ([9d37e72](https://github.com/bitnami/charts/commit/9d37e7279907e8f271ec5ee19fa8b3874beb1de1)), closes [#28470](https://github.com/bitnami/charts/issues/28470)
## <small>22.0.2 (2024-07-24)</small>

View File

@@ -23,7 +23,8 @@ dependencies:
tags:
- bitnami-common
version: 2.x.x
description: PrestaShop is a powerful open source eCommerce platform used by over 250,000 online storefronts worldwide. It is easily customizable, responsive, and includes powerful tools to drive online sales.
deprecated: true
description: DEPRECATED PrestaShop is a powerful open source eCommerce platform used by over 250,000 online storefronts worldwide. It is easily customizable, responsive, and includes powerful tools to drive online sales.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/prestashop/img/prestashop-stack-220x234.png
keywords:
@@ -32,10 +33,8 @@ keywords:
- http
- web
- php
maintainers:
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
maintainers: []
name: prestashop
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/prestashop
version: 22.0.3
version: 22.0.5

View File

@@ -8,6 +8,10 @@ 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.
## This Helm chart is deprecated
This Helm chart is deprecated on our side and will not receive new updates.
## TL;DR
```console
@@ -594,4 +598,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

View File

@@ -1,3 +1,5 @@
This Helm chart is deprecated on our side and will not receive new updates.
CHART NAME: {{ .Chart.Name }}
CHART VERSION: {{ .Chart.Version }}
APP VERSION: {{ .Chart.AppVersion }}
@@ -120,4 +122,4 @@ host. To configure PrestaShop to use and external database host:
{{- include "common.errors.upgrade.passwords.empty" (dict "validationErrors" $passwordValidationErrors "context" $) -}}
{{- include "common.warnings.resources" (dict "sections" (list "metrics" "" "volumePermissions") "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.volumePermissions.image .Values.metrics.image .Values.certificates.image) "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.volumePermissions.image .Values.metrics.image .Values.certificates.image) "context" $) }}