Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update controller deployment to latest version
Signed-off-by: Abhishek Jain <[email protected]>
  • Loading branch information
Jainbrt committed Aug 25, 2025
commit 4b99c3e8efcf1b2185e357fa21421e6682f5548c
4 changes: 2 additions & 2 deletions deploy/kubernetes/csi-snapshotter/setup-csi-snapshotter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
serviceAccountName: csi-snapshotter
containers:
- name: csi-provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v5.2.0
image: registry.k8s.io/sig-storage/csi-provisioner:v5.3.0
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"
Expand All @@ -84,7 +84,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-snapshotter
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.2.1
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.3.0
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
serviceAccountName: snapshot-controller
containers:
- name: snapshot-controller
image: registry.k8s.io/sig-storage/snapshot-controller:v8.2.1
image: registry.k8s.io/sig-storage/snapshot-controller:v8.3.0
args:
- "--v=5"
- "--leader-election=true"
Expand Down