From af13f1fc643d2b355c3e00fc978fd9ca35953e99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 11:20:48 -0700 Subject: [PATCH] Bump test chart dependencies (#401) Bump the Helm charts used in test scenarios to latest available versions. Signed-off-by: GitHub Co-authored-by: marcofranssen Co-authored-by: kfox1111 --- .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 9fabf85..e75f434 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": "48.1.1" + "version": "48.1.2" }, { "name": "cert-manager", @@ -17,11 +17,11 @@ { "name": "mysql", "repo": "https://charts.bitnami.com/bitnami", - "version": "9.10.6" + "version": "9.10.8" }, { "name": "postgresql", "repo": "https://charts.bitnami.com/bitnami", - "version": "12.6.6" + "version": "12.6.8" } ]