Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
update ArgoCD helm release version
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Apr 1, 2024
1 parent 9ce3a59 commit 127ceeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/k8s/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "helm_release" "argocd" {
name = "argocd"
repository = "https://argoproj.github.io/argo-helm"
chart = "argo-cd"
version = "5.34.5"
version = "6.7.5"
namespace = kubernetes_namespace.gitops_ftw_namespace.metadata.0.name
count = var.gitops_tool == "argocd" ? 1 : 0
}
Expand Down

0 comments on commit 127ceeb

Please sign in to comment.