diff --git a/apps/ceph-csi-rbd/resources/upstream.yaml b/apps/ceph-csi-rbd/resources/upstream.yaml index 0fa0ce3..0a81ccb 100644 --- a/apps/ceph-csi-rbd/resources/upstream.yaml +++ b/apps/ceph-csi-rbd/resources/upstream.yaml @@ -724,7 +724,7 @@ spec: resources: {} - name: csi-snapshotter - image: registry.k8s.io/sig-storage/csi-snapshotter:v8.2.0 + image: registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0 imagePullPolicy: IfNotPresent args: - "--csi-address=$(ADDRESS)" diff --git a/apps/ceph-csi-rbd/upstream/values.yaml b/apps/ceph-csi-rbd/upstream/values.yaml index 2f2a69f..d831476 100644 --- a/apps/ceph-csi-rbd/upstream/values.yaml +++ b/apps/ceph-csi-rbd/upstream/values.yaml @@ -198,7 +198,7 @@ ceph-csi-rbd: snapshotter: image: repository: registry.k8s.io/sig-storage/csi-snapshotter - tag: v8.2.0 + tag: v8.1.0 pullPolicy: IfNotPresent resources: {} ## For further options, check