Browse Source

as argocd 2.4.15 is releasesd , update the version (#9420)

pull/9424/head
杨刚 2 years ago
committed by GitHub
parent
commit
b192053e28
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions
  1. 2
      README.md
  2. 2
      inventory/sample/group_vars/k8s_cluster/addons.yml
  3. 2
      roles/kubernetes-apps/argocd/defaults/main.yml

2
README.md

@ -157,7 +157,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.4.0
- [krew](https://github.com/kubernetes-sigs/krew) v0.4.3
- [argocd](https://argoproj.github.io/) v2.4.12
- [argocd](https://argoproj.github.io/) v2.4.15
- [helm](https://helm.sh/) v3.9.4
- [metallb](https://metallb.universe.tf/) v0.12.1
- [registry](https://github.com/distribution/distribution) v2.8.1

2
inventory/sample/group_vars/k8s_cluster/addons.yml

@ -210,7 +210,7 @@ metallb_speaker_enabled: "{{ metallb_enabled }}"
# my_asn: 4200000000
argocd_enabled: false
# argocd_version: v2.4.12
# argocd_version: v2.4.15
# argocd_namespace: argocd
# Default password:
# - https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli

2
roles/kubernetes-apps/argocd/defaults/main.yml

@ -1,5 +1,5 @@
---
argocd_enabled: false
argocd_version: v2.4.12
argocd_version: v2.4.15
argocd_namespace: argocd
# argocd_admin_password:
Loading…
Cancel
Save