[argocd] update argocd to v2.11.0 (#11193)
parent
73c2722d00
commit
fe1a2d5dd9
|
@ -180,7 +180,7 @@ Note: Upstart/SysV init based OS types are not supported.
|
|||
- [coredns](https://github.com/coredns/coredns) v1.11.1
|
||||
- [ingress-nginx](https://github.com/kubernetes/ingress-nginx) v1.10.1
|
||||
- [krew](https://github.com/kubernetes-sigs/krew) v0.4.4
|
||||
- [argocd](https://argoproj.github.io/) v2.8.4
|
||||
- [argocd](https://argoproj.github.io/) v2.11.0
|
||||
- [helm](https://helm.sh/) v3.14.2
|
||||
- [metallb](https://metallb.universe.tf/) v0.13.9
|
||||
- [registry](https://github.com/distribution/distribution) v2.8.1
|
||||
|
|
|
@ -234,7 +234,7 @@ metallb_namespace: "metallb-system"
|
|||
# - pool2
|
||||
|
||||
argocd_enabled: false
|
||||
# argocd_version: v2.8.4
|
||||
# argocd_version: v2.11.0
|
||||
# argocd_namespace: argocd
|
||||
# Default password:
|
||||
# - https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
argocd_enabled: false
|
||||
argocd_version: v2.8.4
|
||||
argocd_version: v2.11.0
|
||||
argocd_namespace: argocd
|
||||
# argocd_admin_password:
|
||||
argocd_install_url: "https://raw.githubusercontent.com/argoproj/argo-cd/{{ argocd_version }}/manifests/install.yaml"
|
||||
|
|
Loading…
Reference in New Issue