diff --git a/stable/sugarcrm/Chart.yaml b/stable/sugarcrm/Chart.yaml index c2c7e6c7d0..afff49ba13 100644 --- a/stable/sugarcrm/Chart.yaml +++ b/stable/sugarcrm/Chart.yaml @@ -1,5 +1,5 @@ name: sugarcrm -version: 1.0.6 +version: 1.0.7 appVersion: 6.5.26 deprecated: true description: DEPRECATED SugarCRM enables businesses to create extraordinary customer relationships with the most innovative and affordable CRM solution in the market. diff --git a/stable/sugarcrm/README.md b/stable/sugarcrm/README.md index 12de997f26..2a027a7fb4 100644 --- a/stable/sugarcrm/README.md +++ b/stable/sugarcrm/README.md @@ -1,5 +1,7 @@ # SugarCRM +This Chart is now Deprecated. Please use SuiteCRM instead. + [SugarCRM](https://www.sugarcrm.com) offers the most innovative, flexible and affordable CRM in the market and delivers the best all-around value of any CRM. ## TL;DR; diff --git a/stable/sugarcrm/templates/NOTES.txt b/stable/sugarcrm/templates/NOTES.txt index 7d6869f588..dde9889d3c 100644 --- a/stable/sugarcrm/templates/NOTES.txt +++ b/stable/sugarcrm/templates/NOTES.txt @@ -91,3 +91,7 @@ host. To configure SugarCRM to use and external database host: helm upgrade {{ .Release.Name }} stable/sugarcrm \ --set sugarcrmPassword=$APP_PASSWORD,sugarcrmHost=$APP_HOST,serviceType={{ .Values.serviceType }},mariadb.enabled=false{{- if not (empty .Values.externalDatabase.user) }},externalDatabase.user={{ .Values.externalDatabase.user }}{{- end }}{{- if not (empty .Values.externalDatabase.password) }},externalDatabase.password={{ .Values.externalDatabase.password }}{{- end }}{{- if not (empty .Values.externalDatabase.database) }},externalDatabase.database={{ .Values.externalDatabase.database }}{{- end }},externalDatabase.host=YOUR_EXTERNAL_DATABASE_HOST {{- end }} + +######################################################################################## +### This Chart is now Deprecated. Please use SuiteCRM instead. ### +######################################################################################## \ No newline at end of file