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 a2a2f6a commit 0a63a5b
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 @@ -48,7 +48,7 @@ const (

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

// Manager is the Helm charts manager. The implementation is based on Helm SDK.
Expand Down

0 comments on commit 0a63a5b

Please sign in to comment.