Skip to content

Commit

Permalink
refactor: add default kube version v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderli614 committed Sep 28, 2023
1 parent 0a63a5b commit cb3816d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/helm/helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (
)

var (
// KubeVersion is the target version of the kubernetes.
// KubeVersion is the default target version of the kubernetes.
KubeVersion string = "v1.20.0"
)

Expand Down

0 comments on commit cb3816d

Please sign in to comment.