Skip to content

Commit

Permalink
Update Helm release argo-cd to v7.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 26, 2024
1 parent c5f6f6c commit b1e7ac5
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.6.4"
version = "7.6.5"

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

0 comments on commit b1e7ac5

Please sign in to comment.