From 6760cd22cdffa4f52b9dca53844583e49dbd242d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 09:16:43 -0700 Subject: [PATCH] Bump test chart dependencies (#252) Bump the Helm charts used in test scenarios to latest available versions. --------- Signed-off-by: GitHub Co-authored-by: Kevin Fox --- .github/tests/charts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/tests/charts.json b/.github/tests/charts.json index b9341a3..e8fc19b 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": "45.10.1" + "version": "45.23.0" }, { "name": "cert-manager",