Skip to content

Commit

Permalink
Merge pull request #4126 from fluxcd/min-kube-1.25
Browse files Browse the repository at this point in the history
Set Kubernetes min version to 1.25
  • Loading branch information
stefanprodan authored Aug 3, 2023
2 parents 44d69d6 + 28262f5 commit baf874e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/flux/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type checkFlags struct {
}

var kubernetesConstraints = []string{
">=1.24.0-0",
">=1.25.0-0",
}

var checkArgs checkFlags
Expand Down
2 changes: 1 addition & 1 deletion cmd/flux/testdata/check/check_pre.golden
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
► checking prerequisites
✔ Kubernetes {{ .serverVersion }} >=1.24.0-0
✔ Kubernetes {{ .serverVersion }} >=1.25.0-0
✔ prerequisites checks passed

0 comments on commit baf874e

Please sign in to comment.