Skip to content

Commit

Permalink
Update sidecar dependencies
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Timo Reimann committed Dec 15, 2021
1 parent abde23d commit 6e5e815
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/kubernetes/releases/csi-digitalocean-dev/driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
serviceAccount: csi-do-controller-sa
containers:
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v2.0.4
image: quay.io/k8scsi/csi-provisioner:v2.2.2
args:
- "--csi-address=$(ADDRESS)"
- "--default-fstype=ext4"
Expand All @@ -89,7 +89,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-attacher
image: quay.io/k8scsi/csi-attacher:v3.0.2
image: quay.io/k8scsi/csi-attacher:v3.3.0
args:
- "--csi-address=$(ADDRESS)"
- "--v=5"
Expand All @@ -101,7 +101,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-snapshotter
image: quay.io/k8scsi/csi-snapshotter:v3.0.2
image: quay.io/k8scsi/csi-snapshotter:v3.0.3
args:
- "--csi-address=$(ADDRESS)"
- "--v=5"
Expand All @@ -113,7 +113,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-resizer
image: quay.io/k8scsi/csi-resizer:v1.0.1
image: quay.io/k8scsi/csi-resizer:v1.3.0
args:
- "--csi-address=$(ADDRESS)"
- "--timeout=30s"
Expand Down

0 comments on commit 6e5e815

Please sign in to comment.