Skip to content

Commit

Permalink
fix v3alpha version (#6084)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwenma authored Jun 28, 2021
1 parent b8124d0 commit f6985d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skaffold/schema/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ var SchemaVersionsV1 = Versions{
// SchemaVersionsV2 refers to all the supported API Schemas for skaffold v2 executables. The API schema versions are
// in the range of v3alpha*.
var SchemaVersionsV2 = Versions{
{v3alpha1.Version, v1alpha1.NewSkaffoldConfig},
{v3alpha1.Version, v3alpha1.NewSkaffoldConfig},
{latestV2.Version, latestV2.NewSkaffoldConfig},
}

Expand Down

0 comments on commit f6985d5

Please sign in to comment.