From 7c71738d5727ada4f46a5889a3d96721aece722e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 16:24:00 -0700 Subject: [PATCH] Bump test chart dependencies (#279) 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/tests/charts.json b/.github/tests/charts.json index eb72d77..2309183 100644 --- a/.github/tests/charts.json +++ b/.github/tests/charts.json @@ -2,12 +2,12 @@ { "name": "kube-prometheus-stack", "repo": "https://prometheus-community.github.io/helm-charts", - "version": "45.26.0" + "version": "45.27.2" }, { "name": "cert-manager", "repo": "https://charts.jetstack.io", - "version": "v1.11.1" + "version": "v1.11.2" }, { "name": "ingress-nginx", @@ -17,11 +17,11 @@ { "name": "mysql", "repo": "https://charts.bitnami.com/bitnami", - "version": "9.7.2" + "version": "9.9.1" }, { "name": "postgresql", "repo": "https://charts.bitnami.com/bitnami", - "version": "12.2.2" + "version": "12.5.1" } ]