Skip to content

Commit

Permalink
bump sidecar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
varshavaradarajan committed Sep 7, 2021
1 parent 3427c0b commit 7c083ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.1.0
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.2.1
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.2.0
args:
- "--csi-address=$(ADDRESS)"
- "--timeout=30s"
Expand Down Expand Up @@ -358,7 +358,7 @@ spec:
mountPath: /etc/udev/rules.d/
containers:
- name: csi-node-driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v2.0.1
image: quay.io/k8scsi/csi-node-driver-registrar:v2.3.0
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"
Expand Down

0 comments on commit 7c083ed

Please sign in to comment.