We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6cff4 commit 3ecc70cCopy full SHA for 3ecc70c
1 file changed
terraform/modules/rke2-cluster/argocd.tf
@@ -23,7 +23,7 @@ resource "helm_release" "argocd" {
23
repository = "https://argoproj.github.io/argo-helm"
24
chart = "argo-cd"
25
namespace = kubernetes_namespace.argocd.metadata.0.name
26
- version = "8.6.4"
+ version = "9.3.7"
27
28
values = [
29
templatefile("${path.module}/templates/argocd-values.yaml", {
0 commit comments