From ce39e8276773700a12db4899df2f7c2e51fe2ab8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 08:05:36 -0700 Subject: [PATCH] Bump test chart dependencies (#382) Bump the Helm charts used in test scenarios to latest available versions. Signed-off-by: GitHub Co-authored-by: marcofranssen Co-authored-by: Faisal Memon --- .github/tests/charts.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/tests/charts.json b/.github/tests/charts.json index 44a2525..d79a11d 100644 --- a/.github/tests/charts.json +++ b/.github/tests/charts.json @@ -2,7 +2,7 @@ { "name": "kube-prometheus-stack", "repo": "https://prometheus-community.github.io/helm-charts", - "version": "47.1.0" + "version": "47.4.0" }, { "name": "cert-manager", @@ -17,11 +17,11 @@ { "name": "mysql", "repo": "https://charts.bitnami.com/bitnami", - "version": "9.10.4" + "version": "9.10.5" }, { "name": "postgresql", "repo": "https://charts.bitnami.com/bitnami", - "version": "12.6.0" + "version": "12.6.4" } ]