Commit b02eb75
kmova
fix(crd): migration from v1beta1 to v1
Change the version in the CRDs to v1 and make the
necessary movements of the elements to pass the
CRD v1 validations like:
- rename version to versions
- set the defaults for a specific version
- set the schema validation to `x-kubernetes-preserve-unknown-fields`
Also, this PR removes the installation of CRDs that are already
migrated to cstor CSI:
- cstorpoolinstances
- cstorvolumeclaims
- cstorvolumepolicies
Signed-off-by: kmova <[email protected]>1 parent 1812875 commit b02eb75
File tree
3 files changed
+583
-231
lines changed- pkg/install/v1alpha1
- tests/artifacts
3 files changed
+583
-231
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments