deprecation note (#5325)

This commit is contained in:
vtuson
2018-04-30 09:39:16 -07:00
committed by k8s-ci-robot
parent c2dd67d5a7
commit 33ec8cd0dc
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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.
+2
View File
@@ -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;
+4
View File
@@ -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. ###
########################################################################################