diff --git a/README.md b/README.md index 449daa284..e57bbf9e0 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Note: - [cert-manager](https://github.com/jetstack/cert-manager) 1.15.3 - [coredns](https://github.com/coredns/coredns) 1.11.3 - [ingress-nginx](https://github.com/kubernetes/ingress-nginx) 1.12.0 - - [argocd](https://argoproj.github.io/) 2.11.0 + - [argocd](https://argoproj.github.io/) 2.14.5 - [helm](https://helm.sh/) 3.16.4 - [metallb](https://metallb.universe.tf/) 0.13.9 - [registry](https://github.com/distribution/distribution) 2.8.1 diff --git a/inventory/sample/group_vars/k8s_cluster/addons.yml b/inventory/sample/group_vars/k8s_cluster/addons.yml index 94505424d..f0a96a58c 100644 --- a/inventory/sample/group_vars/k8s_cluster/addons.yml +++ b/inventory/sample/group_vars/k8s_cluster/addons.yml @@ -242,7 +242,7 @@ metallb_namespace: "metallb-system" # - pool2 argocd_enabled: false -# argocd_version: v2.11.0 +# argocd_version: v2.14.5 # argocd_namespace: argocd # Default password: # - https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli diff --git a/roles/kubernetes-apps/argocd/defaults/main.yml b/roles/kubernetes-apps/argocd/defaults/main.yml index 99c2e2daa..a12129f22 100644 --- a/roles/kubernetes-apps/argocd/defaults/main.yml +++ b/roles/kubernetes-apps/argocd/defaults/main.yml @@ -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"