Skip to content

Commit bab6a9b

Browse files
[argocd] Bump ArgoCD version to 2.14.5 (#12041)
According to the official ArgoCD documentation, version 2.14.5 is required for compatibility with Kubernetes version 1.31 Reference: https://argo-cd.readthedocs.io/en/stable/operator-manual/installation/\#tested-versions docs(argocd): update version references in documentation and configuration
1 parent f70ace5 commit bab6a9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Note:
130130
- [cert-manager](https://github.com/jetstack/cert-manager) 1.15.3
131131
- [coredns](https://github.com/coredns/coredns) 1.11.3
132132
- [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
134134
- [helm](https://helm.sh/) 3.16.4
135135
- [metallb](https://metallb.universe.tf/) 0.13.9
136136
- [registry](https://github.com/distribution/distribution) 2.8.1

inventory/sample/group_vars/k8s_cluster/addons.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ metallb_namespace: "metallb-system"
242242
# - pool2
243243

244244
argocd_enabled: false
245-
# argocd_version: v2.11.0
245+
# argocd_version: v2.14.5
246246
# argocd_namespace: argocd
247247
# Default password:
248248
# - https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
argocd_enabled: false
3-
argocd_version: 2.11.0
3+
argocd_version: 2.14.5
44
argocd_namespace: argocd
55
# argocd_admin_password:
66
argocd_install_url: "https://raw.githubusercontent.com/argoproj/argo-cd/v{{ argocd_version }}/manifests/install.yaml"

0 commit comments

Comments
 (0)