Skip to content

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 21, 2024
1 parent 490709c commit c24365f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/config/modules/argocd/helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1"
namespace = "argocd"

create_namespace = true
Expand Down
2 changes: 1 addition & 1 deletion terraform/config/modules/grafana/helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.2"
namespace = "grafana"

create_namespace = true
Expand Down
2 changes: 1 addition & 1 deletion terraform/config/modules/prometheus/helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "60.3.0"
namespace = "prometheus"
create_namespace = true
atomic = true
Expand Down

0 comments on commit c24365f

Please sign in to comment.