mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-26 23:46:11 -03:30
[argocd] update argocd to v2.5.5 (#9604)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
argocd_enabled: false
|
||||
argocd_version: v2.4.16
|
||||
argocd_version: v2.5.5
|
||||
argocd_namespace: argocd
|
||||
# argocd_admin_password:
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user