diff --git a/apps-devstg/us-east-1/k8s-kind/k8s-resources/ci_cd.tf b/apps-devstg/us-east-1/k8s-kind/k8s-resources/ci_cd.tf index f19768c2d..d2d5b64b6 100644 --- a/apps-devstg/us-east-1/k8s-kind/k8s-resources/ci_cd.tf +++ b/apps-devstg/us-east-1/k8s-kind/k8s-resources/ci_cd.tf @@ -7,6 +7,6 @@ resource "helm_release" "argo_cd" { namespace = kubernetes_namespace.argo_cd.id repository = "https://argoproj.github.io/argo-helm" chart = "argo-cd" - version = "2.17.4" + version = "2.17.5" values = [file("chart-values/argo-cd.yaml")] }