From 808d3dbf7b3dfa92dc5738f920718ced77906d06 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 13 Nov 2019 22:41:02 +0100 Subject: [PATCH] [stable/testlink] Release 7.0.1 updating components versions (#18863) Signed-off-by: Bitnami Containers --- stable/testlink/Chart.yaml | 2 +- stable/testlink/requirements.lock | 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 9f2686a87c..0b80014e93 100644 --- a/stable/testlink/Chart.yaml +++ b/stable/testlink/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: testlink -version: 7.0.0 +version: 7.0.1 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/requirements.lock b/stable/testlink/requirements.lock index 623c2888d3..f16579d73b 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.0.0 + version: 7.0.1 digest: sha256:cd64413a4a697ccf85c0091e9c55cdc5876938ddced84c05d37c57ff9abc5864 -generated: "2019-11-09T11:32:20.387479352+05:30" +generated: 2019-11-13T19:08:33.648962408Z diff --git a/stable/testlink/values.yaml b/stable/testlink/values.yaml index c1317e6cc0..68cf1c9945 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-r245 + tag: 1.9.19-debian-9-r246 ## 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 @@ -264,7 +264,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r95 + tag: 0.7.0-debian-9-r108 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.