mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
deprecation note (#5325)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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. ###
|
||||
########################################################################################
|
||||
Reference in New Issue
Block a user