diff --git a/cluster/apps/system/snapshot-controller/app/controller/helm-release.yaml b/cluster/apps/system/snapshot-controller/app/controller/helm-release.yaml index 8d6d371fd2..c0db86418d 100644 --- a/cluster/apps/system/snapshot-controller/app/controller/helm-release.yaml +++ b/cluster/apps/system/snapshot-controller/app/controller/helm-release.yaml @@ -47,7 +47,7 @@ spec: repository: registry.k8s.io/sig-storage/snapshot-controller pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: &tag "v8.1.0" + tag: &tag "v8.2.0" webhook: enabled: true replicaCount: 1 diff --git a/cluster/core/rook-ceph/rook-ceph/snapshot-controller/deployment.yaml b/cluster/core/rook-ceph/rook-ceph/snapshot-controller/deployment.yaml index 57c3b176cf..bcaeed053e 100644 --- a/cluster/core/rook-ceph/rook-ceph/snapshot-controller/deployment.yaml +++ b/cluster/core/rook-ceph/rook-ceph/snapshot-controller/deployment.yaml @@ -23,7 +23,7 @@ spec: serviceAccount: snapshot-controller containers: - name: snapshot-controller - image: registry.k8s.io/sig-storage/snapshot-controller:v8.1.0 + image: registry.k8s.io/sig-storage/snapshot-controller:v8.2.0 imagePullPolicy: IfNotPresent args: - "--v=5"