Skip to content

Commit

Permalink
Set Kubernetes 1.28 as min required version
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed May 10, 2024
1 parent 6552ced commit d8e6199
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 @@ -60,7 +60,7 @@ type checkFlags struct {
}

var kubernetesConstraints = []string{
">=1.26.0-0",
">=1.28.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.26.0-0
✔ Kubernetes {{ .serverVersion }} >=1.28.0-0
✔ prerequisites checks passed

0 comments on commit d8e6199

Please sign in to comment.