diff --git a/stable/opencart/Chart.yaml b/stable/opencart/Chart.yaml index 5b858d47dc..7d19d44940 100644 --- a/stable/opencart/Chart.yaml +++ b/stable/opencart/Chart.yaml @@ -1,8 +1,10 @@ apiVersion: v1 name: opencart -version: 7.0.6 +version: 7.0.7 appVersion: 3.0.3-2 -description: A free and open source e-commerce platform for online merchants. It provides a professional and reliable foundation for a successful online store. +# The redis chart is deprecated and no longer maintained. For details deprecation, see the PROCESSES.md file. +deprecated: true +description: DEPRECATED A free and open source e-commerce platform for online merchants. It provides a professional and reliable foundation for a successful online store. keywords: - opencart - e-commerce @@ -12,8 +14,6 @@ keywords: home: https://opencart.com/ sources: - https://github.com/bitnami/bitnami-docker-opencart -maintainers: -- name: Bitnami - email: containers@bitnami.com +maintainers: [] engine: gotpl icon: https://bitnami.com/assets/stacks/opencart/img/opencart-stack-110x117.png diff --git a/stable/opencart/README.md b/stable/opencart/README.md index 26f4c939cd..df85de8ecb 100644 --- a/stable/opencart/README.md +++ b/stable/opencart/README.md @@ -2,6 +2,27 @@ [OpenCart](https://opencart.com/) is a free and open source e-commerce platform for online merchants. It provides a professional and reliable foundation for a successful online store. +## This Helm chart is deprecated + +Given the [`stable` deprecation timeline](https://github.com/helm/charts#deprecation-timeline), the Bitnami maintained Opencart Helm chart is now located at [bitnami/charts](https://github.com/bitnami/charts/). + +The Bitnami repository is already included in the Hubs and we will continue providing the same cadence of updates, support, etc that we've been keeping here these years. Installation instructions are very similar, just adding the _bitnami_ repo and using it during the installation (`bitnami/` instead of `stable/`) + +```bash +$ helm repo add bitnami https://charts.bitnami.com/bitnami +$ helm install my-release bitnami/ # Helm 3 +$ helm install --name my-release bitnami/ # Helm 2 +``` + +To update an exisiting _stable_ deployment with a chart hosted in the bitnami repository you can execute + +```bash +$ helm repo add bitnami https://charts.bitnami.com/bitnami +$ helm upgrade my-release bitnami/ +``` + +Issues and PRs related to the chart itself will be redirected to `bitnami/charts` GitHub repository. In the same way, we'll be happy to answer questions related to this migration process in [this issue](https://github.com/helm/charts/issues/20969) created as a common place for discussion. + ## TL;DR; ```console diff --git a/stable/opencart/templates/NOTES.txt b/stable/opencart/templates/NOTES.txt index 52b9c7448d..2dd28cc5b6 100644 --- a/stable/opencart/templates/NOTES.txt +++ b/stable/opencart/templates/NOTES.txt @@ -1,3 +1,24 @@ +This Helm chart is deprecated + +Given the `stable` deprecation timeline (https://github.com/helm/charts#deprecation-timeline), the Bitnami maintained Helm chart is now located at bitnami/charts (https://github.com/bitnami/charts/). + +The Bitnami repository is already included in the Hubs and we will continue providing the same cadence of updates, support, etc that we've been keeping here these years. Installation instructions are very similar, just adding the _bitnami_ repo and using it during the installation (`bitnami/` instead of `stable/`) + +```bash +$ helm repo add bitnami https://charts.bitnami.com/bitnami +$ helm install my-release bitnami/ # Helm 3 +$ helm install --name my-release bitnami/ # Helm 2 +``` + +To update an exisiting _stable_ deployment with a chart hosted in the bitnami repository you can execute + +```bash +$ helm repo add bitnami https://charts.bitnami.com/bitnami +$ helm upgrade my-release bitnami/ +``` + +Issues and PRs related to the chart itself will be redirected to `bitnami/charts` GitHub repository. In the same way, we'll be happy to answer questions related to this migration process in this issue (https://github.com/helm/charts/issues/20969) created as a common place for discussion. + {{- if or .Values.mariadb.enabled .Values.externalDatabase.host -}} {{- if empty (include "opencart.host" .) -}}