Skip to content

Commit

Permalink
upgrade argocd to v2.6.3 (kubernetes-sigs#9848)
Browse files Browse the repository at this point in the history
Signed-off-by: panguicai008 <1121906548@qq.com>
  • Loading branch information
panguicai008 authored and nolimitkun committed Mar 19, 2023
1 parent 67b53da commit a96015b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Note: Upstart/SysV init based OS types are not supported.
- [coredns](https://github.com/coredns/coredns) v1.9.3
- [ingress-nginx](https://github.com/kubernetes/ingress-nginx) v1.6.4
- [krew](https://github.com/kubernetes-sigs/krew) v0.4.3
- [argocd](https://argoproj.github.io/) v2.5.10
- [argocd](https://argoproj.github.io/) v2.6.3
- [helm](https://helm.sh/) v3.10.3
- [metallb](https://metallb.universe.tf/) v0.12.1
- [registry](https://github.com/distribution/distribution) v2.8.1
Expand Down
2 changes: 1 addition & 1 deletion inventory/sample/group_vars/k8s_cluster/addons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ metallb_speaker_enabled: "{{ metallb_enabled }}"
# my_asn: 4200000000

argocd_enabled: false
# argocd_version: v2.5.10
# argocd_version: v2.6.3
# argocd_namespace: argocd
# Default password:
# - https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli
Expand Down
2 changes: 1 addition & 1 deletion roles/kubernetes-apps/argocd/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
argocd_enabled: false
argocd_version: v2.5.10
argocd_version: v2.6.3
argocd_namespace: argocd
# argocd_admin_password:

0 comments on commit a96015b

Please sign in to comment.