Skip to content

Commit

Permalink
Merge pull request kubesphere#1916 from pixiake/master
Browse files Browse the repository at this point in the history
update default etcd version to v3.5.6
  • Loading branch information
ks-ci-bot committed Jul 14, 2023
2 parents 2698dfb + 186faf4 commit 70c13a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kk/apis/kubekey/v1alpha2/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (
DefaultDNSDomain = "cluster.local"
DefaultArch = "amd64"
DefaultSSHTimeout = 30
DefaultEtcdVersion = "v3.4.13"
DefaultEtcdVersion = "v3.5.6"
DefaultEtcdPort = "2379"
DefaultDockerVersion = "20.10.8"
DefaultContainerdVersion = "1.6.4"
Expand Down

0 comments on commit 70c13a2

Please sign in to comment.