[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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 6 deletions

View file

@ -154,7 +154,7 @@ Note: Upstart/SysV init based OS types are not supported.
- [coredns](https://github.com/coredns/coredns) v1.8.6
- [ingress-nginx](https://github.com/kubernetes/ingress-nginx) v1.2.1
- [krew](https://github.com/kubernetes-sigs/krew) v0.4.3
- [argocd](https://argoproj.github.io/) v2.1.6
- [argocd](https://argoproj.github.io/) v2.4.3
- [helm](https://helm.sh/) v3.8.2
- [metallb](https://metallb.universe.tf/) v0.12.1
- [registry](https://github.com/distribution/distribution) v2.7.1

View file

@ -123,7 +123,6 @@ ingress_publish_status_address: ""
# - --default-ssl-certificate=default/foo-tls
# ingress_nginx_termination_grace_period_seconds: 300
# ingress_nginx_class: nginx
# ingress_nginx_webhook_enabled: false
# ALB ingress controller deployment
ingress_alb_enabled: false
@ -210,10 +209,10 @@ metallb_speaker_enabled: true
argocd_enabled: false
# argocd_version: v2.1.6
# argocd_version: v2.4.3
# argocd_namespace: argocd
# Default password:
# - https://argoproj.github.io/argo-cd/getting_started/#4-login-using-the-cli
# - https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli
# ---
# The initial password is autogenerated to be the pod name of the Argo CD API server. This can be retrieved with the command:
# kubectl get pods -n argocd -l app.kubernetes.io/name=argocd-server -o name | cut -d'/' -f 2

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'