From 685bb6279c6993ef9a0e080e216477a02c1a6467 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:52:31 +0000 Subject: [PATCH] chore(deps): update all --- terraform/config/modules/argocd/helm.tf | 2 +- terraform/config/modules/grafana/helm.tf | 2 +- terraform/config/modules/prometheus/helm.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/config/modules/argocd/helm.tf b/terraform/config/modules/argocd/helm.tf index 7b3adebe..63e2d89b 100644 --- a/terraform/config/modules/argocd/helm.tf +++ b/terraform/config/modules/argocd/helm.tf @@ -2,7 +2,7 @@ resource "helm_release" "argocd" { chart = "argo-cd" name = "argocd" repository = "https://argoproj.github.io/argo-helm" - version = "5.52.1" + version = "7.1.1" namespace = "argocd" create_namespace = true diff --git a/terraform/config/modules/grafana/helm.tf b/terraform/config/modules/grafana/helm.tf index 1d95bfb2..8f21abb8 100644 --- a/terraform/config/modules/grafana/helm.tf +++ b/terraform/config/modules/grafana/helm.tf @@ -2,7 +2,7 @@ resource "helm_release" "grafana" { chart = "grafana" name = "grafana" repository = "https://grafana.github.io/helm-charts" - version = "7.2.1" + version = "8.0.0" namespace = "grafana" create_namespace = true diff --git a/terraform/config/modules/prometheus/helm.tf b/terraform/config/modules/prometheus/helm.tf index 8c81bf14..d1157913 100644 --- a/terraform/config/modules/prometheus/helm.tf +++ b/terraform/config/modules/prometheus/helm.tf @@ -2,7 +2,7 @@ resource "helm_release" "prometheus" { chart = "kube-prometheus-stack" name = "prometheus" repository = "https://prometheus-community.github.io/helm-charts" - version = "54.2.2" + version = "59.1.0" namespace = "prometheus" create_namespace = true atomic = true