[argocd] Bump ArgoCD version to 2.14.5 (#12041)

According to the official ArgoCD documentation, version 2.14.5 is required
for compatibility with Kubernetes version 1.31

Reference: https://argo-cd.readthedocs.io/en/stable/operator-manual/installation/\#tested-versions

docs(argocd): update version references in documentation and configuration
This commit is contained in:
Farshad Asadpour
2025-03-21 16:14:31 +03:30
committed by GitHub
parent f70ace5300
commit bab6a9bf64
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
---
argocd_enabled: false
argocd_version: 2.11.0
argocd_version: 2.14.5
argocd_namespace: argocd
# argocd_admin_password:
argocd_install_url: "https://raw.githubusercontent.com/argoproj/argo-cd/v{{ argocd_version }}/manifests/install.yaml"