Skip to content

Commit

Permalink
Update default k8s version to 1.29 (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-os authored May 13, 2024
1 parent c22cfc3 commit 5187c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tk/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/grafana/tanka/pkg/spec/v1alpha1"
)

const defaultK8sVersion = "1.20"
const defaultK8sVersion = "1.29"

// initCmd creates a new application
func initCmd() *cli.Command {
Expand Down

0 comments on commit 5187c3c

Please sign in to comment.