File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4040 serviceAccountName : csi-attacher
4141 containers :
4242 - name : csi-attacher
43- image : quay.io/k8scsi/csi-attacher:canary # TODO: replace with released version
43+ image : quay.io/k8scsi/csi-attacher:v1.1.0
4444 args :
4545 - --v=5
4646 - --csi-address=/csi/csi.sock
Original file line number Diff line number Diff line change 3737 hostNetwork : true
3838 containers :
3939 - name : node-driver-registrar
40- image : quay.io/k8scsi/csi-node-driver-registrar:canary # TODO: replace with released version
40+ image : quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
4141 lifecycle :
4242 preStop :
4343 exec :
6363 name : csi-data-dir
6464
6565 - name : hostpath
66- image : quay.io/k8scsi/hostpathplugin:canary # TODO: replace with released version
66+ image : quay.io/k8scsi/hostpathplugin:canary # TODO: replace with v1.1.0 when it is cut
6767 args :
6868 - " --v=5"
6969 - " --endpoint=$(CSI_ENDPOINT)"
@@ -106,7 +106,7 @@ spec:
106106 volumeMounts :
107107 - mountPath : /csi
108108 name : socket-dir
109- image : quay.io/k8scsi/livenessprobe:v1.0.2
109+ image : quay.io/k8scsi/livenessprobe:v1.1.0
110110 args :
111111 - --csi-address=/csi/csi.sock
112112 - --connection-timeout=3s
Original file line number Diff line number Diff line change 4040 serviceAccountName : csi-provisioner
4141 containers :
4242 - name : csi-provisioner
43- image : quay.io/k8scsi/csi-provisioner:canary # TODO: replace with released version
43+ image : quay.io/k8scsi/csi-provisioner:v1.1.0
4444 args :
4545 - -v=5
4646 - --csi-address=/csi/csi.sock
Original file line number Diff line number Diff line change 4040 serviceAccount : csi-snapshotter
4141 containers :
4242 - name : csi-snapshotter
43- image : quay.io/k8scsi/csi-snapshotter:canary # TODO: replace with released version
43+ image : quay.io/k8scsi/csi-snapshotter:v1.1.0
4444 args :
4545 - -v=5
4646 - --csi-address=/csi/csi.sock
You can’t perform that action at this time.
0 commit comments