Skip to content

Commit

Permalink
Drop support for Kubernetes 1.28
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Sep 27, 2024
1 parent 7d7a8f8 commit f237fce
Showing 1 changed file with 1 addition and 1 deletion.
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.28.0-0",
">=1.29.0-0",
}

var checkArgs checkFlags
Expand Down

0 comments on commit f237fce

Please sign in to comment.