[argocd] update argocd to v2.4.7 (#9105)
This commit is contained in:
parent
9c28f61dbd
commit
9f11946f8a
3 changed files with 3 additions and 3 deletions
|
@ -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.3.0
|
||||
- [krew](https://github.com/kubernetes-sigs/krew) v0.4.3
|
||||
- [argocd](https://argoproj.github.io/) v2.4.3
|
||||
- [argocd](https://argoproj.github.io/) v2.4.7
|
||||
- [helm](https://helm.sh/) v3.9.2
|
||||
- [metallb](https://metallb.universe.tf/) v0.12.1
|
||||
- [registry](https://github.com/distribution/distribution) v2.7.1
|
||||
|
|
|
@ -209,7 +209,7 @@ metallb_speaker_enabled: true
|
|||
|
||||
|
||||
argocd_enabled: false
|
||||
# argocd_version: v2.4.3
|
||||
# argocd_version: v2.4.7
|
||||
# argocd_namespace: argocd
|
||||
# Default password:
|
||||
# - https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
argocd_enabled: false
|
||||
argocd_version: v2.4.3
|
||||
argocd_version: v2.4.7
|
||||
argocd_namespace: argocd
|
||||
# argocd_admin_password:
|
||||
|
|
Loading…
Reference in a new issue