From 16a8a9c9a254b509ed7fa4462a3ef9fe08570ee7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 4 Sep 2019 10:35:10 +0200 Subject: [PATCH] [stable/suitecrm] Release 7.1.5 updating components versions (#16801) Signed-off-by: Bitnami Containers --- stable/suitecrm/Chart.yaml | 2 +- stable/suitecrm/requirements.lock | 4 ++-- stable/suitecrm/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/suitecrm/Chart.yaml b/stable/suitecrm/Chart.yaml index 6defa0e667..b2b0ee6158 100644 --- a/stable/suitecrm/Chart.yaml +++ b/stable/suitecrm/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: suitecrm -version: 7.1.4 +version: 7.1.5 appVersion: 7.11.8 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/requirements.lock b/stable/suitecrm/requirements.lock index 1493b8b681..9890e00610 100644 --- a/stable/suitecrm/requirements.lock +++ b/stable/suitecrm/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://kubernetes-charts.storage.googleapis.com/ - version: 6.8.3 + version: 6.8.5 digest: sha256:a363428d6463718a9523a88c70e485218373e315f2979cb1bb17b034ec2be96a -generated: 2019-09-02T07:23:12.447489132Z +generated: 2019-09-03T07:10:53.598751789Z diff --git a/stable/suitecrm/values.yaml b/stable/suitecrm/values.yaml index de9601309e..5cac0698d0 100644 --- a/stable/suitecrm/values.yaml +++ b/stable/suitecrm/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/suitecrm - tag: 7.11.8-debian-9-r11 + tag: 7.11.8-debian-9-r12 ## 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 @@ -261,7 +261,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r43 + tag: 0.7.0-debian-9-r44 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.