We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355caeb commit 283b270Copy full SHA for 283b270
deploy/kubernetes-1.13/hostpath/csi-hostpath-plugin.yaml
@@ -37,7 +37,7 @@ spec:
37
hostNetwork: true
38
containers:
39
- name: node-driver-registrar
40
- image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
+ image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
41
lifecycle:
42
preStop:
43
exec:
deploy/master/hostpath/csi-hostpath-attacher.yaml
@@ -40,7 +40,7 @@ spec:
serviceAccountName: csi-attacher
- name: csi-attacher
- image: quay.io/k8scsi/csi-attacher:v1.1.0
+ image: quay.io/k8scsi/csi-attacher:v1.1.1
44
args:
45
- --v=5
46
- --csi-address=/csi/csi.sock
0 commit comments