Skip to content

Commit

Permalink
Bump supported K8s version
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
  • Loading branch information
pdrastil committed Jul 9, 2024
1 parent 0c0266f commit e8c0238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: v2.12.0-rc3
kubeVersion: ">=1.23.0-0"
kubeVersion: ">=1.25.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 7.4.0
Expand Down
2 changes: 1 addition & 1 deletion charts/argo-cd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ server:

## Prerequisites

- Kubernetes: `>=1.23.0-0`
- Kubernetes: `>=1.25.0-0`
- We align with [Amazon EKS calendar][EKS EoL] because there are many AWS users and it's a conservative approach.
- Please check [Support Matrix of Argo CD][Kubernetes Compatibility Matrix] for official info.
- Helm v3.0.0+
Expand Down

0 comments on commit e8c0238

Please sign in to comment.