mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/suitecrm] Add suitecrmValidateUserIP new option (#7895)
* [stable/suitecrm] Add suitecrmValidateUserIP new option Signed-off-by: tompizmor <tompizmor@gmail.com> * Bump minor version Signed-off-by: tompizmor <tompizmor@gmail.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
6d0feccd84
commit
986f8043f8
@@ -1,5 +1,5 @@
|
||||
name: suitecrm
|
||||
version: 3.0.0
|
||||
version: 3.1.0
|
||||
appVersion: 7.10.9
|
||||
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.
|
||||
keywords:
|
||||
|
||||
@@ -63,6 +63,7 @@ The following table lists the configurable parameters of the SuiteCRM chart and
|
||||
| `suitecrmSmtpUser` | SMTP user | `nil` |
|
||||
| `suitecrmSmtpPassword` | SMTP password | `nil` |
|
||||
| `suitecrmSmtpProtocol` | SMTP protocol [`ssl`, `tls`] | `nil` |
|
||||
| `suitecrmValidateUserIP` | Whether to validate the user IP address or not | `no` |
|
||||
| `allowEmptyPassword` | Allow DB blank passwords | `yes` |
|
||||
| `externalDatabase.host` | Host of the external database | `nil` |
|
||||
| `externalDatabase.port` | Port of the external database | `3306` |
|
||||
|
||||
@@ -33,6 +33,8 @@ spec:
|
||||
env:
|
||||
- name: ALLOW_EMPTY_PASSWORD
|
||||
value: {{ .Values.allowEmptyPassword | quote }}
|
||||
- name: SUITECRM_VALIDATE_USER_IP
|
||||
value: {{ .Values.suitecrmValidateUserIP | quote }}
|
||||
{{- if .Values.mariadb.enabled }}
|
||||
- name: MARIADB_HOST
|
||||
value: {{ template "suitecrm.mariadb.fullname" . }}
|
||||
|
||||
@@ -22,6 +22,11 @@ image:
|
||||
##
|
||||
# suitecrmHost:
|
||||
|
||||
## SuiteCRM validate user IP
|
||||
## ref: https://github.com/bitnami/bitnami-docker-suitecrm#configuration
|
||||
##
|
||||
suitecrmValidateUserIP: "no"
|
||||
|
||||
## loadBalancerIP for the SuiteCRM Service (optional, cloud specific)
|
||||
## ref: http://kubernetes.io/docs/user-guide/services/#type-loadbalancer
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user