Skip to content

Commit 712ee01

Browse files
helm: update generated charts
Signed-off-by: Niraj Yadav <niryadav@redhat.com>
1 parent d54ddf6 commit 712ee01

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

deploy/charts/ceph-csi-operator/templates/cephconnection-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
singular: cephconnection
1616
scope: Namespaced
1717
versions:
18-
- name: v1alpha1
18+
- name: v1beta1
1919
schema:
2020
openAPIV3Schema:
2121
description: CephConnection is the Schema for the cephconnections API

deploy/charts/ceph-csi-operator/templates/clientprofile-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
singular: clientprofile
1616
scope: Namespaced
1717
versions:
18-
- name: v1alpha1
18+
- name: v1beta1
1919
schema:
2020
openAPIV3Schema:
2121
description: ClientProfile is the Schema for the clientprofiles API

deploy/charts/ceph-csi-operator/templates/clientprofilemapping-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
singular: clientprofilemapping
1616
scope: Namespaced
1717
versions:
18-
- name: v1alpha1
18+
- name: v1beta1
1919
schema:
2020
openAPIV3Schema:
2121
description: ClientProfileMapping is the Schema for the clientprofilemappings

deploy/charts/ceph-csi-operator/templates/driver-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
singular: driver
1616
scope: Namespaced
1717
versions:
18-
- name: v1alpha1
18+
- name: v1beta1
1919
schema:
2020
openAPIV3Schema:
2121
description: Driver is the Schema for the drivers API

deploy/charts/ceph-csi-operator/templates/operatorconfig-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
singular: operatorconfig
1616
scope: Namespaced
1717
versions:
18-
- name: v1alpha1
18+
- name: v1beta1
1919
schema:
2020
openAPIV3Schema:
2121
description: OperatorConfig is the Schema for the operatorconfigs API

0 commit comments

Comments
 (0)