Skip to content

Commit

Permalink
chore(deps): update helm release argo-cd to v7.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 888ac52 commit 1eb025a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/training-cluster/argocd.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "helm_release" "argocd" {
repository = "https://argoproj.github.io/argo-helm"
chart = "argo-cd"
namespace = kubernetes_namespace.argocd.metadata.0.name
version = "7.5.2"
version = "7.6.7"
wait = true
max_history = 2

Expand Down

0 comments on commit 1eb025a

Please sign in to comment.