mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
Rename MARIADB_PORT env var to MARIADB_PORT_NUMBER
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: sugarcrm
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
description: SugarCRM enables businesses to create extraordinary customer relationships with the most innovative and affordable CRM solution in the market.
|
||||
keywords:
|
||||
- sugarcrm
|
||||
|
||||
@@ -21,7 +21,7 @@ spec:
|
||||
env:
|
||||
- name: MARIADB_HOST
|
||||
value: {{ template "mariadb.fullname" . }}
|
||||
- name: MARIADB_PORT
|
||||
- name: MARIADB_PORT_NUMBER
|
||||
value: "3306"
|
||||
- name: MARIADB_PASSWORD
|
||||
valueFrom:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## Bitnami SugarCRM image version
|
||||
## ref: https://hub.docker.com/r/bitnami/sugarcrm/tags/
|
||||
##
|
||||
image: bitnami/sugarcrm:6.5.25-r0
|
||||
image: bitnami/sugarcrm:6.5.25-r5
|
||||
|
||||
## Specify a imagePullPolicy
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
||||
Reference in New Issue
Block a user