[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
4 changed files with 5 additions and 6 deletions

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