File tree 3 files changed +3
-3
lines changed
inventory/sample/group_vars/k8s_cluster
roles/kubernetes-apps/argocd/defaults
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ Note:
130
130
- [ cert-manager] ( https://github.com/jetstack/cert-manager ) 1.15.3
131
131
- [ coredns] ( https://github.com/coredns/coredns ) 1.11.3
132
132
- [ ingress-nginx] ( https://github.com/kubernetes/ingress-nginx ) 1.12.0
133
- - [ argocd] ( https://argoproj.github.io/ ) 2.11.0
133
+ - [ argocd] ( https://argoproj.github.io/ ) 2.14.5
134
134
- [ helm] ( https://helm.sh/ ) 3.16.4
135
135
- [ metallb] ( https://metallb.universe.tf/ ) 0.13.9
136
136
- [ registry] ( https://github.com/distribution/distribution ) 2.8.1
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ metallb_namespace: "metallb-system"
242
242
# - pool2
243
243
244
244
argocd_enabled : false
245
- # argocd_version: v2.14.0
245
+ # argocd_version: v2.14.5
246
246
# argocd_namespace: argocd
247
247
# Default password:
248
248
# - https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli
Original file line number Diff line number Diff line change 1
1
---
2
2
argocd_enabled : false
3
- argocd_version : 2.14.0
3
+ argocd_version : 2.14.1
4
4
argocd_namespace : argocd
5
5
# argocd_admin_password:
6
6
argocd_install_url : " https://raw.githubusercontent.com/argoproj/argo-cd/v{{ argocd_version }}/manifests/install.yaml"
You can’t perform that action at this time.
0 commit comments