From e5a2dc93d79a6d247b845343ff497f6776fa6d44 Mon Sep 17 00:00:00 2001 From: Marcos Bjoerkelund Date: Wed, 24 Jul 2019 15:36:33 +0200 Subject: [PATCH] [stable/testlink] Replace lusotycoon/apache-exporter with bitnami/apache-exporter (#15779) * [stable/testlink] 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/testlink/Chart.yaml | 2 +- stable/testlink/README.md | 4 ++-- stable/testlink/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/testlink/Chart.yaml b/stable/testlink/Chart.yaml index 7618259806..c60ac80122 100644 --- a/stable/testlink/Chart.yaml +++ b/stable/testlink/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: testlink -version: 5.0.0 +version: 5.1.0 appVersion: 1.9.19 description: Web-based test management system that facilitates software quality assurance. icon: https://bitnami.com/assets/stacks/testlink/img/testlink-stack-220x234.png diff --git a/stable/testlink/README.md b/stable/testlink/README.md index 88fbeb2043..b3617968aa 100644 --- a/stable/testlink/README.md +++ b/stable/testlink/README.md @@ -104,8 +104,8 @@ The following table lists the configurable parameters of the TestLink 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 | `[]` (does not add image pull secrets to deployed pods) | | `metrics.podAnnotations` | Additional annotations for Metrics exporter pod | `{prometheus.io/scrape: "true", prometheus.io/port: "9117"}` | diff --git a/stable/testlink/values.yaml b/stable/testlink/values.yaml index 74b9106835..456bc5d780 100644 --- a/stable/testlink/values.yaml +++ b/stable/testlink/values.yaml @@ -251,8 +251,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.