Skip to content

Commit

Permalink
Merge pull request #1268 from leonardoce/release-8.2
Browse files Browse the repository at this point in the history
Update deployment to v8.2.0 (backport on release-8.2)
  • Loading branch information
xing-yang authored Feb 3, 2025
2 parents 0f21537 + 67ac488 commit 7b580e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-snapshotter
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.0.1
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.2.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.0.1
image: registry.k8s.io/sig-storage/snapshot-controller:v8.2.0
args:
- "--v=5"
- "--leader-election=true"
Expand Down

0 comments on commit 7b580e5

Please sign in to comment.