Skip to content

Commit 283b270

Browse files
committed
deploy: bump to latest released images
node-driver-registrar v1.1.0 works for Kubernetes 1.13. csi-attacher v1.1.1 is the latest bugfix release for Kubernetes 1.14.
1 parent 355caeb commit 283b270

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/kubernetes-1.13/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
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:v1.0.2
40+
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
4141
lifecycle:
4242
preStop:
4343
exec:

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:v1.1.0
43+
image: quay.io/k8scsi/csi-attacher:v1.1.1
4444
args:
4545
- --v=5
4646
- --csi-address=/csi/csi.sock

0 commit comments

Comments
 (0)