Skip to content

Commit f6985d5

Browse files
authored
fix v3alpha version (#6084)
1 parent b8124d0 commit f6985d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/skaffold/schema/versions.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ var SchemaVersionsV1 = Versions{
144144
// SchemaVersionsV2 refers to all the supported API Schemas for skaffold v2 executables. The API schema versions are
145145
// in the range of v3alpha*.
146146
var SchemaVersionsV2 = Versions{
147-
{v3alpha1.Version, v1alpha1.NewSkaffoldConfig},
147+
{v3alpha1.Version, v3alpha1.NewSkaffoldConfig},
148148
{latestV2.Version, latestV2.NewSkaffoldConfig},
149149
}
150150

0 commit comments

Comments
 (0)