From ae7fb281c0e91532144de7ce0ab2e79d1b95e98c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Thu, 30 May 2019 18:08:59 +0200 Subject: [PATCH] Remove apache and/or php volume (#14310) Signed-off-by: Carlos Rodriguez Hernandez --- stable/suitecrm/Chart.yaml | 2 +- stable/suitecrm/README.md | 2 +- stable/suitecrm/templates/deployment.yaml | 3 --- stable/suitecrm/values.yaml | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/stable/suitecrm/Chart.yaml b/stable/suitecrm/Chart.yaml index 4f2b90a945..6e37c1dd57 100644 --- a/stable/suitecrm/Chart.yaml +++ b/stable/suitecrm/Chart.yaml @@ -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: diff --git a/stable/suitecrm/README.md b/stable/suitecrm/README.md index b8364c77fd..4a9e058a8c 100644 --- a/stable/suitecrm/README.md +++ b/stable/suitecrm/README.md @@ -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. diff --git a/stable/suitecrm/templates/deployment.yaml b/stable/suitecrm/templates/deployment.yaml index 4f305f9152..6a6c5868a0 100644 --- a/stable/suitecrm/templates/deployment.yaml +++ b/stable/suitecrm/templates/deployment.yaml @@ -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" . }} diff --git a/stable/suitecrm/values.yaml b/stable/suitecrm/values.yaml index a2abacf5ad..5d94c27630 100644 --- a/stable/suitecrm/values.yaml +++ b/stable/suitecrm/values.yaml @@ -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