Skip to content

Commit a11e237

Browse files
committed
drenv: bump external-snapshotter addon to release-8.6
Upgrade CRDs and snapshot-controller from release-8.4 to release-8.6 so public VolumeGroupSnapshot CRDs serve groupsnapshot.storage.k8s.io/v1, matching Ramen's public client. Signed-off-by: Elena Gershkovich <elenage@il.ibm.com>
1 parent 68a64e2 commit a11e237

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

test/drenv/addons/external_snapshotter/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
from pathlib import Path
55

66
PACKAGE_DIR = Path(__file__).parent
7-
CRDS_CACHE_KEY = "addons/external-snapshotter-crds-8.4.yaml"
8-
CONTROLLER_CACHE_KEY = "addons/external-snapshotter-controller-8.4.yaml"
7+
CRDS_CACHE_KEY = "addons/external-snapshotter-crds-8.6.yaml"
8+
CONTROLLER_CACHE_KEY = "addons/external-snapshotter-controller-8.6.yaml"

test/drenv/addons/external_snapshotter/start-data/controller/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
resources:
3-
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.4/deploy/kubernetes/snapshot-controller/rbac-snapshot-controller.yaml
4-
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.4/deploy/kubernetes/snapshot-controller/setup-snapshot-controller.yaml
3+
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.6/deploy/kubernetes/snapshot-controller/rbac-snapshot-controller.yaml
4+
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.6/deploy/kubernetes/snapshot-controller/setup-snapshot-controller.yaml
55
namespace: kube-system
66
patches:
77
# Enable volume group replication support
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
resources:
3-
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.4/client/config/crd/groupsnapshot.storage.k8s.io_volumegroupsnapshotclasses.yaml
4-
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.4/client/config/crd/groupsnapshot.storage.k8s.io_volumegroupsnapshotcontents.yaml
5-
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.4/client/config/crd/groupsnapshot.storage.k8s.io_volumegroupsnapshots.yaml
6-
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.4/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
7-
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.4/client/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
8-
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.4/client/config/crd/snapshot.storage.k8s.io_volumesnapshots.yaml
3+
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.6/client/config/crd/groupsnapshot.storage.k8s.io_volumegroupsnapshotclasses.yaml
4+
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.6/client/config/crd/groupsnapshot.storage.k8s.io_volumegroupsnapshotcontents.yaml
5+
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.6/client/config/crd/groupsnapshot.storage.k8s.io_volumegroupsnapshots.yaml
6+
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.6/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
7+
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.6/client/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
8+
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.6/client/config/crd/snapshot.storage.k8s.io_volumesnapshots.yaml

0 commit comments

Comments
 (0)