Skip to content

Commit

Permalink
fix(crd): migration from v1beta1 to v1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
kmova committed Aug 21, 2021
1 parent 1812875 commit b02eb75
Show file tree
Hide file tree
Showing 3 changed files with 583 additions and 231 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- os: linux
arch: amd64
env:
- RELEASE_TAG_DOWNSTREAM=1
- RELEASE_TAG_DOWNSTREAM=0

services:
- docker
Expand Down
Loading

0 comments on commit b02eb75

Please sign in to comment.