Skip to content
Snippets Groups Projects
Unverified Commit a71da25b authored by Mohamed Zaian's avatar Mohamed Zaian Committed by GitHub
Browse files

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

parent 5ac614f9
Branches
Tags
No related merge requests found
...@@ -156,7 +156,7 @@ Note: Upstart/SysV init based OS types are not supported. ...@@ -156,7 +156,7 @@ Note: Upstart/SysV init based OS types are not supported.
- [coredns](https://github.com/coredns/coredns) v1.8.6 - [coredns](https://github.com/coredns/coredns) v1.8.6
- [ingress-nginx](https://github.com/kubernetes/ingress-nginx) v1.3.1 - [ingress-nginx](https://github.com/kubernetes/ingress-nginx) v1.3.1
- [krew](https://github.com/kubernetes-sigs/krew) v0.4.3 - [krew](https://github.com/kubernetes-sigs/krew) v0.4.3
- [argocd](https://argoproj.github.io/) v2.4.7 - [argocd](https://argoproj.github.io/) v2.4.12
- [helm](https://helm.sh/) v3.9.2 - [helm](https://helm.sh/) v3.9.2
- [metallb](https://metallb.universe.tf/) v0.12.1 - [metallb](https://metallb.universe.tf/) v0.12.1
- [registry](https://github.com/distribution/distribution) v2.8.1 - [registry](https://github.com/distribution/distribution) v2.8.1
......
...@@ -210,7 +210,7 @@ metallb_speaker_enabled: true ...@@ -210,7 +210,7 @@ metallb_speaker_enabled: true
# my_asn: 4200000000 # my_asn: 4200000000
argocd_enabled: false argocd_enabled: false
# argocd_version: v2.4.7 # argocd_version: v2.4.12
# argocd_namespace: argocd # argocd_namespace: argocd
# Default password: # Default password:
# - https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli # - https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli
......
--- ---
argocd_enabled: false argocd_enabled: false
argocd_version: v2.4.7 argocd_version: v2.4.12
argocd_namespace: argocd argocd_namespace: argocd
# argocd_admin_password: # argocd_admin_password:
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
- name: Kubernetes Apps | Install yq - name: Kubernetes Apps | Install yq
become: yes become: yes
get_url: 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" dest: "{{ bin_dir }}/yq"
mode: '0755' mode: '0755'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment