Skip to content

Commit 328423d

Browse files
author
Timo Reimann
committed
Update sidecar dependencies
In particular, bump csi-snapshotter to v3.0.3 which is the last (patch) release for v3 as of now. This is in preparation to updating to csi-snapshotter v4 which changes the behavior around invalid snapshots and thus requires a new major release of our CSI driver.
1 parent abde23d commit 328423d

File tree

1 file changed

+4
-4
lines changed
  • deploy/kubernetes/releases/csi-digitalocean-dev

1 file changed

+4
-4
lines changed

deploy/kubernetes/releases/csi-digitalocean-dev/driver.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ spec:
7676
serviceAccount: csi-do-controller-sa
7777
containers:
7878
- name: csi-provisioner
79-
image: quay.io/k8scsi/csi-provisioner:v2.0.4
79+
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2
8080
args:
8181
- "--csi-address=$(ADDRESS)"
8282
- "--default-fstype=ext4"
@@ -89,7 +89,7 @@ spec:
8989
- name: socket-dir
9090
mountPath: /var/lib/csi/sockets/pluginproxy/
9191
- name: csi-attacher
92-
image: quay.io/k8scsi/csi-attacher:v3.0.2
92+
image: k8s.gcr.io/sig-storage/csi-attacher:v3.3.0
9393
args:
9494
- "--csi-address=$(ADDRESS)"
9595
- "--v=5"
@@ -101,7 +101,7 @@ spec:
101101
- name: socket-dir
102102
mountPath: /var/lib/csi/sockets/pluginproxy/
103103
- name: csi-snapshotter
104-
image: quay.io/k8scsi/csi-snapshotter:v3.0.2
104+
image: k8s.gcr.io/sig-storage/csi-snapshotter:v3.0.3
105105
args:
106106
- "--csi-address=$(ADDRESS)"
107107
- "--v=5"
@@ -113,7 +113,7 @@ spec:
113113
- name: socket-dir
114114
mountPath: /var/lib/csi/sockets/pluginproxy/
115115
- name: csi-resizer
116-
image: quay.io/k8scsi/csi-resizer:v1.0.1
116+
image: k8s.gcr.io/sig-storage/csi-resizer:v1.3.0
117117
args:
118118
- "--csi-address=$(ADDRESS)"
119119
- "--timeout=30s"

0 commit comments

Comments
 (0)