We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b14d1 commit ae22071Copy full SHA for ae22071
pkg/skaffold/schema/versions.go
@@ -144,7 +144,7 @@ var SchemaVersionsV1 = Versions{
144
// SchemaVersionsV2 refers to all the supported API Schemas for skaffold v2 executables. The API schema versions are
145
// in the range of v3alpha*.
146
var SchemaVersionsV2 = Versions{
147
- {v3alpha1.Version, v1alpha1.NewSkaffoldConfig},
+ {v3alpha1.Version, v3alpha1.NewSkaffoldConfig},
148
{latestV2.Version, latestV2.NewSkaffoldConfig},
149
}
150
0 commit comments