Skip to content

Commit

Permalink
bump default version to 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzielenski committed Apr 17, 2024
1 parent 28f4d9a commit 6fce05f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/cmd/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ type commandFlags struct {
func NewRootCommand() *cobra.Command {
invoked := &commandFlags{
outputFormat: OutputHuman,
version: "1.27",
version: "1.30",
}
res := &cobra.Command{
Use: "kubectl-validate [manifests to validate]",
Expand Down
1 change: 0 additions & 1 deletion pkg/cmd/validate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ func TestValidationErrorsIndividually(t *testing.T) {
rootCmd.SetOut(&buf)
rootCmd.SetArgs([]string{path})

require.NoError(t, rootCmd.Flags().Set("version", "1.27"))
require.NoError(t, rootCmd.Flags().Set("local-crds", crdsDir))
require.NoError(t, rootCmd.Flags().Set("schema-patches", patchesDir))
require.NoError(t, rootCmd.Flags().Set("output", "json"))
Expand Down

0 comments on commit 6fce05f

Please sign in to comment.