From 4777a30012b5f3e5c4ef4b1a18ae15cbbc2fadf7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 10:19:40 +0000 Subject: [PATCH] Bump test chart dependencies (#301) 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 2309183..e1ab03e 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.27.2" + "version": "45.29.0" }, { "name": "cert-manager", "repo": "https://charts.jetstack.io", - "version": "v1.11.2" + "version": "v1.12.0" }, { "name": "ingress-nginx", @@ -17,11 +17,11 @@ { "name": "mysql", "repo": "https://charts.bitnami.com/bitnami", - "version": "9.9.1" + "version": "9.10.1" }, { "name": "postgresql", "repo": "https://charts.bitnami.com/bitnami", - "version": "12.5.1" + "version": "12.5.3" } ]