From a2e5c36cc99eb2b9993df4bd8f668a7bfa681ea8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 18:00:20 +0000 Subject: [PATCH] Bump test chart dependencies (#416) Bump the Helm charts used in test scenarios to latest available versions. Signed-off-by: GitHub Co-authored-by: marcofranssen --- .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 e75f434..f8fe753 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": "48.1.2" + "version": "48.2.2" }, { "name": "cert-manager", "repo": "https://charts.jetstack.io", - "version": "v1.12.2" + "version": "v1.12.3" }, { "name": "ingress-nginx", @@ -17,11 +17,11 @@ { "name": "mysql", "repo": "https://charts.bitnami.com/bitnami", - "version": "9.10.8" + "version": "9.10.9" }, { "name": "postgresql", "repo": "https://charts.bitnami.com/bitnami", - "version": "12.6.8" + "version": "12.7.1" } ]