[argocd] update argocd to v2.4.12 (#9297)

This commit is contained in:
Mohamed Zaian
2022-09-20 02:37:22 +02:00
committed by GitHub
parent 5ac614f97d
commit a71da25b57
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
---
argocd_enabled: false
argocd_version: v2.4.7
argocd_version: v2.4.12
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.25.3/yq_linux_{{ host_architecture }}"
url: "https://github.com/mikefarah/yq/releases/download/v4.27.5/yq_linux_{{ host_architecture }}"
dest: "{{ bin_dir }}/yq"
mode: '0755'