Skip to content

Commit 002c3fd

Browse files
authored
Merge pull request #44 from xing-yang/update_sidecar
Update sidecar images to v1.1.0
2 parents f84a2f5 + d4efd74 commit 002c3fd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

deploy/master/hostpath/csi-hostpath-attacher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
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

deploy/master/hostpath/csi-hostpath-plugin.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
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:
@@ -63,7 +63,7 @@ spec:
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

deploy/master/hostpath/csi-hostpath-provisioner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
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

deploy/master/hostpath/csi-hostpath-snapshotter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
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

0 commit comments

Comments
 (0)