Bump: external snapshot CRD to v0.15.0 (#12308)

Currently, there is no reliable way to obtain individual CRD files, so
the only solution is to update first.

Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
ChengHao Yang
2025-06-15 04:34:56 +08:00
committed by GitHub
parent b04ceba89b
commit f810e80b6c
7 changed files with 1035 additions and 76 deletions

View File

@@ -5,6 +5,9 @@
dest: "{{ kube_config_dir }}/{{ item.file }}"
mode: "0644"
with_items:
- {name: volumegroupsnapshotclasses, file: volumegroupsnapshotclasses.yml}
- {name: volumegroupsnapshotcontents, file: volumegroupsnapshotcontents.yml}
- {name: volumegroupsnapshots, file: volumegroupsnapshots.yml}
- {name: volumesnapshotclasses, file: volumesnapshotclasses.yml}
- {name: volumesnapshotcontents, file: volumesnapshotcontents.yml}
- {name: volumesnapshots, file: volumesnapshots.yml}