Skip to content

Commit

Permalink
pkg/env: Bump Kubespray version to 2.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicDin committed Nov 12, 2023
1 parent 40f4358 commit bfa2084
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/env/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const (
ConstProjectUrl = "https://github.com/MusicDin/kubitect"
ConstProjectVersion = "v3.2.2"
ConstKubesprayUrl = "https://github.com/kubernetes-sigs/kubespray"
ConstKubesprayVersion = "v2.23.0"
ConstKubesprayVersion = "v2.23.1"
ConstKubernetesVersion = "v1.27.5"
ConstTerraformVersion = "1.5.2"
)
Expand Down Expand Up @@ -37,9 +37,9 @@ var ProjectApplyActions = [...]string{

// ProjectK8sVersions define supported Kubernetes versions.
var ProjectK8sVersions = []string{
"v1.27.0 - v1.27.5",
"v1.26.0 - v1.26.8",
"v1.25.0 - v1.25.13",
"v1.27.0 - v1.27.7",
"v1.26.0 - v1.26.10",
"v1.25.0 - v1.25.15",
}

// ProjectOsPresets is a list of available OS distros.
Expand Down

0 comments on commit bfa2084

Please sign in to comment.