diff --git a/kube/minik8s/main.tf b/kube/minik8s/main.tf index 0e31539..253fe4a 100644 --- a/kube/minik8s/main.tf +++ b/kube/minik8s/main.tf @@ -7,6 +7,7 @@ resource "helm_release" "argocd" { repository = "https://argoproj.github.io/argo-helm" chart = "argo-cd" cleanup_on_fail = true + version = "5.51.4" // https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml