From b9a34b83d4124b89fed6259f2ff0660e98904274 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E5=88=9A=20=20=28=E6=88=90=E9=83=BD=29?=
 <gang.yang@daocloud.io>
Date: Sun, 29 Jan 2023 11:14:33 +0800
Subject: [PATCH] [argocd] update argocd to v2.5.9 (#9723)

Signed-off-by: yanggang <gang.yang@daocloud.io>
---
 README.md                                          | 2 +-
 inventory/sample/group_vars/k8s_cluster/addons.yml | 2 +-
 roles/kubernetes-apps/argocd/defaults/main.yml     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 313ad4d86..dfccae69a 100644
--- a/README.md
+++ b/README.md
@@ -171,7 +171,7 @@ Note: Upstart/SysV init based OS types are not supported.
   - [coredns](https://github.com/coredns/coredns) v1.9.3
   - [ingress-nginx](https://github.com/kubernetes/ingress-nginx) v1.5.1
   - [krew](https://github.com/kubernetes-sigs/krew) v0.4.3
-  - [argocd](https://argoproj.github.io/) v2.5.8
+  - [argocd](https://argoproj.github.io/) v2.5.9
   - [helm](https://helm.sh/) v3.10.3
   - [metallb](https://metallb.universe.tf/)  v0.12.1
   - [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 5e5fb053e..4f0625c80 100644
--- a/inventory/sample/group_vars/k8s_cluster/addons.yml
+++ b/inventory/sample/group_vars/k8s_cluster/addons.yml
@@ -218,7 +218,7 @@ metallb_speaker_enabled: "{{ metallb_enabled }}"
 #     my_asn: 4200000000
 
 argocd_enabled: false
-# argocd_version: v2.5.8
+# argocd_version: v2.5.9
 # 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 3a9977da7..f24764b22 100644
--- a/roles/kubernetes-apps/argocd/defaults/main.yml
+++ b/roles/kubernetes-apps/argocd/defaults/main.yml
@@ -1,5 +1,5 @@
 ---
 argocd_enabled: false
-argocd_version: v2.5.8
+argocd_version: v2.5.9
 argocd_namespace: argocd
 # argocd_admin_password:
-- 
GitLab