Skip to content

Commit

Permalink
Merge pull request #168 from jwcesign/main
Browse files Browse the repository at this point in the history
typo: fix typo
  • Loading branch information
jwcesign authored Dec 26, 2024
2 parents a6c5b5f + 56514df commit 0e75315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/providers/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ import (

const (
kubernetesVersionCacheKey = "kubernetesVersion"
// MinK8sVersion defines the max K8s version which has tested on ack
// MinK8sVersion defines the min K8s version which has tested on ack
// Currently the min k8s version of ack is 1.28.1-aliyun.1
MinK8sVersion = "1.28.9"
MinK8sVersion = "1.28.1"
// MaxK8sVersion defines the max K8s version which has tested on ack
// Currently the max k8s version of ack is 1.31.1-aliyun.1
MaxK8sVersion = "1.31.1"
Expand Down

0 comments on commit 0e75315

Please sign in to comment.