diff --git a/README.md b/README.md index 919cc8bcadd0b2f3f21337d93826de2b9f27654a..66561544c1a72e81036c1d080ce2a2579032ddc6 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ Note: Upstart/SysV init based OS types are not supported. - [coredns](https://github.com/coredns/coredns) v1.10.1 - [ingress-nginx](https://github.com/kubernetes/ingress-nginx) v1.8.1 - [krew](https://github.com/kubernetes-sigs/krew) v0.4.3 - - [argocd](https://argoproj.github.io/) v2.7.4 + - [argocd](https://argoproj.github.io/) v2.8.0 - [helm](https://helm.sh/) v3.12.3 - [metallb](https://metallb.universe.tf/) v0.13.9 - [registry](https://github.com/distribution/distribution) v2.8.1 diff --git a/inventory/sample/group_vars/k8s_cluster/addons.yml b/inventory/sample/group_vars/k8s_cluster/addons.yml index cb7868846ccc3f41f96b958c83799f3e41c22b0c..38bc8caa97e280f76870d823c115dba7c8573a4f 100644 --- a/inventory/sample/group_vars/k8s_cluster/addons.yml +++ b/inventory/sample/group_vars/k8s_cluster/addons.yml @@ -244,7 +244,7 @@ metallb_speaker_enabled: "{{ metallb_enabled }}" # - pool2 argocd_enabled: false -# argocd_version: v2.7.4 +# argocd_version: v2.8.0 # 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 7383d3aca14d0bd514dddef8d22982afcc85e3a3..e4507d4c0d42c935fa246f2481787f8e78194309 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: v2.7.4 +argocd_version: v2.8.0 argocd_namespace: argocd # argocd_admin_password: argocd_install_url: "https://raw.githubusercontent.com/argoproj/argo-cd/{{ argocd_version }}/manifests/install.yaml"