We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f9b13 commit 99e1fd7Copy full SHA for 99e1fd7
1 file changed
terraform/deployments/cluster-services/argo.tf
@@ -67,7 +67,7 @@ resource "helm_release" "argo_cd" {
67
namespace = local.services_ns
68
create_namespace = true
69
repository = "https://argoproj.github.io/argo-helm"
70
- version = "9.4.7"
+ version = "9.4.10"
71
timeout = var.helm_timeout_seconds
72
values = [yamlencode({
73
global = {
0 commit comments