From f8137a5f273cc563aa2554600bacea50a163e5bd Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 21 Feb 2020 09:36:32 +0100 Subject: [PATCH] [stable/testlink] Release 7.1.2 (#20911) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [stable/testlink] Release 7.1.2 updating components versions Signed-off-by: Bitnami Containers * Run "helm dependency update" using latest Helm 2 Signed-off-by: Carlos Rodriguez Hernandez Co-authored-by: Carlos Rodríguez Hernández --- stable/testlink/Chart.yaml | 4 ++-- stable/testlink/requirements.lock | 4 ++-- stable/testlink/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stable/testlink/Chart.yaml b/stable/testlink/Chart.yaml index bd560e1873..d15aaf0443 100644 --- a/stable/testlink/Chart.yaml +++ b/stable/testlink/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: testlink -version: 7.1.1 -appVersion: 1.9.19 +version: 7.1.2 +appVersion: 1.9.20 description: Web-based test management system that facilitates software quality assurance. icon: https://bitnami.com/assets/stacks/testlink/img/testlink-stack-220x234.png keywords: diff --git a/stable/testlink/requirements.lock b/stable/testlink/requirements.lock index 35efb41e7b..8ac637f74d 100644 --- a/stable/testlink/requirements.lock +++ b/stable/testlink/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://kubernetes-charts.storage.googleapis.com/ - version: 7.3.3 + version: 7.3.10 digest: sha256:cd64413a4a697ccf85c0091e9c55cdc5876938ddced84c05d37c57ff9abc5864 -generated: 2020-01-14T20:59:22.425819807Z +generated: "2020-02-21T08:30:47.077742074Z" diff --git a/stable/testlink/values.yaml b/stable/testlink/values.yaml index f1bd96676c..79900948bf 100644 --- a/stable/testlink/values.yaml +++ b/stable/testlink/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/testlink - tag: 1.9.19-debian-9-r290 + tag: 1.9.20-debian-10-r16 ## 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 @@ -268,7 +268,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r163 + tag: 0.7.0-debian-10-r20 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.