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 May 28, 2024
1 parent 490709c commit 6fac703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0.0"
namespace = "argocd"

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 = "59.0.0"
namespace = "prometheus"
create_namespace = true
atomic = true
Expand Down

0 comments on commit 6fac703

Please sign in to comment.