mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-03 10:38:19 -03:30
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
7 lines
217 B
YAML
7 lines
217 B
YAML
---
|
|
argocd_enabled: false
|
|
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"
|