From 317208adf66d2f4008ccf902962bb27d7d367f47 Mon Sep 17 00:00:00 2001 From: Joseph Britton <85815005+JosBritton@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:06:25 -0800 Subject: [PATCH] Revert "feat(container): update image registry.k8s.io/sig-storage/csi-snapshotter to v8.2.0" This reverts commit 8aba0e3bfabf3a14db26ebcb49edc865559acbee. --- apps/ceph-csi-rbd/resources/upstream.yaml | 2 +- apps/ceph-csi-rbd/upstream/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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