From ef48548314e5c1217f658b1edcb103d105938e19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 11 Mar 2020 17:56:09 +0100 Subject: [PATCH] [stable/suitecrm] Move chart to distributed bitnami repository (#21413) Signed-off-by: Carlos Rodriguez Hernandez Signed-off-by: Miguel Mingorance --- stable/suitecrm/Chart.yaml | 10 +++++----- stable/suitecrm/README.md | 21 +++++++++++++++++++++ stable/suitecrm/templates/NOTES.txt | 21 +++++++++++++++++++++ 3 files changed, 47 insertions(+), 5 deletions(-) diff --git a/stable/suitecrm/Chart.yaml b/stable/suitecrm/Chart.yaml index 0dd95a71bb40..a09ca740d484 100644 --- a/stable/suitecrm/Chart.yaml +++ b/stable/suitecrm/Chart.yaml @@ -1,16 +1,16 @@ apiVersion: v1 name: suitecrm -version: 8.0.9 +version: 8.0.10 appVersion: 7.11.12 -description: SuiteCRM is a completely open source enterprise-grade Customer Relationship Management (CRM) application. SuiteCRM is a software fork of the popular customer relationship management (CRM) system SugarCRM. +# The redis chart is deprecated and no longer maintained. For details deprecation, see the PROCESSES.md file. +deprecated: true +description: DEPRECATED SuiteCRM is a completely open source enterprise-grade Customer Relationship Management (CRM) application. SuiteCRM is a software fork of the popular customer relationship management (CRM) system SugarCRM. keywords: - suitecrm - CRM home: http://www.suitecrm.com sources: - https://github.com/bitnami/bitnami-docker-suitecrm -maintainers: -- name: Bitnami - email: containers@bitnami.com +maintainers: [] engine: gotpl icon: https://bitnami.com/assets/stacks/osclass/img/osclass-stack-110x117.png diff --git a/stable/suitecrm/README.md b/stable/suitecrm/README.md index 3bbb8fc5993b..3d9d40f14ecc 100644 --- a/stable/suitecrm/README.md +++ b/stable/suitecrm/README.md @@ -2,6 +2,27 @@ [SuiteCRM](https://www.suitecrm.com) is a completely open source enterprise-grade Customer Relationship Management (CRM) application. SuiteCRM is a software fork of the popular customer relationship management (CRM) system SugarCRM. +## This Helm chart is deprecated + +Given the [`stable` deprecation timeline](https://github.com/helm/charts#deprecation-timeline), the Bitnami maintained SuiteCRM 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/suitecrm/templates/NOTES.txt b/stable/suitecrm/templates/NOTES.txt index 833d4e763ddd..37aa229a1604 100644 --- a/stable/suitecrm/templates/NOTES.txt +++ b/stable/suitecrm/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 "host" .) -}}