Skip to content

Commit

Permalink
Update Helm release argo-cd to v7.7.12 (#1061)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent 807ed3e commit 046e224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/rke2-cluster/argocd.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resource "helm_release" "argocd" {
repository = "https://argoproj.github.io/argo-helm"
chart = "argo-cd"
namespace = kubernetes_namespace.argocd.metadata.0.name
version = "7.7.11"
version = "7.7.12"

values = [
templatefile("${path.module}/templates/argocd-values.yaml", {
Expand Down

0 comments on commit 046e224

Please sign in to comment.