From 28c082471462ad88f6b1a7eac631998d0f73b6d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 08:37:25 +0200 Subject: [PATCH] Bump test chart dependencies (#322) Co-authored-by: marcofranssen --- .github/tests/charts.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/tests/charts.json b/.github/tests/charts.json index e1ab03e..50f3c23 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.29.0" + "version": "46.4.1" }, { "name": "cert-manager", "repo": "https://charts.jetstack.io", - "version": "v1.12.0" + "version": "v1.12.1" }, { "name": "ingress-nginx", @@ -22,6 +22,6 @@ { "name": "postgresql", "repo": "https://charts.bitnami.com/bitnami", - "version": "12.5.3" + "version": "12.5.5" } ]