[argocd] update argocd to v2.4.3 (#9050)

This commit is contained in:
Mohamed Zaian
2022-07-05 17:22:47 +02:00
committed by GitHub
parent 7414409aa0
commit 51195212b4
4 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
---
argocd_enabled: false
argocd_version: v2.1.6
argocd_version: v2.4.3
argocd_namespace: argocd
# argocd_admin_password:

View File

@@ -2,7 +2,7 @@
- name: Kubernetes Apps | Install yq
become: yes
get_url:
url: "https://github.com/mikefarah/yq/releases/download/v4.11.2/yq_linux_amd64"
url: "https://github.com/mikefarah/yq/releases/download/v4.25.3/yq_linux_amd64"
dest: "{{ bin_dir }}/yq"
mode: '0755'