Skip to content

Commit b02eb75

Browse files
author
kmova
committed
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

3 files changed

+583
-231
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- os: linux
1919
arch: amd64
2020
env:
21-
- RELEASE_TAG_DOWNSTREAM=1
21+
- RELEASE_TAG_DOWNSTREAM=0
2222

2323
services:
2424
- docker

0 commit comments

Comments
 (0)