mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Remove apache and/or php volume (#14310)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d6af2fb339
commit
ae7fb281c0
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: suitecrm
|
||||
version: 5.3.5
|
||||
version: 5.4.0
|
||||
appVersion: 7.11.4
|
||||
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:
|
||||
|
||||
@@ -154,7 +154,7 @@ Bitnami will release a new chart updating its containers if a new version of the
|
||||
|
||||
## Persistence
|
||||
|
||||
The [Bitnami SuiteCRM](https://github.com/bitnami/bitnami-docker-suitecrm) image stores the SuiteCRM data and configurations at the `/bitnami/suitecrm` and `/bitnami/apache` paths of the container.
|
||||
The [Bitnami SuiteCRM](https://github.com/bitnami/bitnami-docker-suitecrm) image stores the SuiteCRM data and configurations at the `/bitnami/suitecrm` path of the container.
|
||||
|
||||
Persistent Volume Claims are used to keep the data across deployments. This is known to work in GCE, AWS, and minikube.
|
||||
See the [Configuration](#configuration) section to configure the PVC or to disable persistence.
|
||||
|
||||
@@ -126,9 +126,6 @@ spec:
|
||||
- name: suitecrm-data
|
||||
mountPath: /bitnami/suitecrm
|
||||
subPath: suitecrm
|
||||
- name: suitecrm-data
|
||||
mountPath: /bitnami/apache
|
||||
subPath: apache
|
||||
{{- if .Values.metrics.enabled }}
|
||||
- name: metrics
|
||||
image: {{ template "suitecrm.metrics.image" . }}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/suitecrm
|
||||
tag: 7.11.4-debian-9-r18
|
||||
tag: 7.11.4-debian-9-r21
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
||||
Reference in New Issue
Block a user