Skip to content

Commit

Permalink
k8s: update default Kubernetes version to the latest (#1259)
Browse files Browse the repository at this point in the history
* core: config initial value for kubernetes version if empty in yaml

* k8s: update latest version for default kubernetes release
  • Loading branch information
jason19970210 authored Jan 27, 2025
1 parent c98eefc commit bead6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/container/kubernetes/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (

const (
Name = "kubernetes"
DefaultVersion = "v1.31.2+k3s1"
DefaultVersion = "v1.32.0+k3s1"

ConfigKey = "kubernetes_config"
)
Expand Down

0 comments on commit bead6c2

Please sign in to comment.