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.
2 parents 7690ef2 + b641145 commit 8dc67eeCopy full SHA for 8dc67ee
deploy/kubernetes/setup-csi-snapshotter.yaml
@@ -72,7 +72,7 @@ spec:
72
serviceAccount: csi-snapshotter
73
containers:
74
- name: csi-provisioner
75
- image: quay.io/k8scsi/csi-provisioner:v1.1.0
+ image: quay.io/k8scsi/csi-provisioner:v1.3.0
76
args:
77
- "--provisioner=csi-hostpath"
78
- "--csi-address=$(ADDRESS)"
@@ -85,7 +85,7 @@ spec:
85
- name: socket-dir
86
mountPath: /csi
87
- name: csi-snapshotter
88
- image: quay.io/k8scsi/csi-snapshotter:v1.1.0
+ image: quay.io/k8scsi/csi-snapshotter:v1.2.0
89
90
91
- "--connection-timeout=15s"
0 commit comments