From e64c477b88201f94733cd4d0a0babe210c8e22b8 Mon Sep 17 00:00:00 2001 From: Marcos Bjoerkelund Date: Wed, 24 Jul 2019 15:36:21 +0200 Subject: [PATCH] [stable/suitecrm] Replace lusotycoon/apache-exporter with bitnami/apache-exporter (#15777) * [stable/suitecrm] Replace lusotycoon/apache-exporter with bitnami/apache-exporter Signed-off-by: Marcos Bjoerkelund * fix apache-exporter image Signed-off-by: Marcos Bjoerkelund * use minor version Signed-off-by: Marcos Bjoerkelund --- stable/suitecrm/Chart.yaml | 2 +- stable/suitecrm/README.md | 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 9d5a94cce1..91de7f071e 100644 --- a/stable/suitecrm/Chart.yaml +++ b/stable/suitecrm/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: suitecrm -version: 6.0.0 +version: 6.1.0 appVersion: 7.11.6 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 4b6cf30f7a..6991559f27 100644 --- a/stable/suitecrm/README.md +++ b/stable/suitecrm/README.md @@ -107,8 +107,8 @@ The following table lists the configurable parameters of the SuiteCRM chart and | `podAnnotations` | Pod annotations | `{}` | | `metrics.enabled` | Start a side-car prometheus exporter | `false` | | `metrics.image.registry` | Apache exporter image registry | `docker.io` | -| `metrics.image.repository` | Apache exporter image name | `lusotycoon/apache-exporter` | -| `metrics.image.tag` | Apache exporter image tag | `v0.5.0` | +| `metrics.image.repository` | Apache exporter image name | `bitnami/apache-exporter` | +| `metrics.image.tag` | Apache exporter image tag | `0.7.0-debian-9-r2` | | `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `nil` | | `metrics.podAnnotations` | Additional annotations for Metrics exporter pod | `{prometheus.io/scrape: "true", prometheus.io/port: "9117"}` | diff --git a/stable/suitecrm/values.yaml b/stable/suitecrm/values.yaml index 90a2bc01de..caa365b350 100644 --- a/stable/suitecrm/values.yaml +++ b/stable/suitecrm/values.yaml @@ -259,8 +259,8 @@ metrics: enabled: false image: registry: docker.io - repository: lusotycoon/apache-exporter - tag: v0.5.0 + repository: bitnami/apache-exporter + tag: 0.7.0-debian-9-r2 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.