From 1f09d7b38676b53a65e11b17acf56588169d2c3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 06:38:29 -0700 Subject: [PATCH] Bump test chart dependencies (#264) Bump the Helm charts used in test scenarios to latest available versions. --------- Signed-off-by: GitHub Signed-off-by: Kevin Fox Co-authored-by: marcofranssen Co-authored-by: Kevin Fox --- .github/tests/charts.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/tests/charts.json b/.github/tests/charts.json index e8fc19b..1b8006f 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.23.0" + "version": "45.26.0" }, { "name": "cert-manager", @@ -12,6 +12,6 @@ { "name": "ingress-nginx", "repo": "https://kubernetes.github.io/ingress-nginx", - "version": "4.6.0" + "version": "4.6.1" } ]