[argocd] update argocd to v2.5.5 (#9604)

This commit is contained in:
Mohamed Zaian
2022-12-22 09:53:25 +01:00
committed by GitHub
parent 25f317233c
commit 438da0c8e6
4 changed files with 4 additions and 4 deletions

View File

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