From 7f4c3a29512de31997fb55022d815ccd73482681 Mon Sep 17 00:00:00 2001 From: Andrey Klimentyev Date: Mon, 25 Nov 2019 17:05:02 +0300 Subject: [PATCH] Mitigate CVE-2019-11255 Signed-off-by: Andrey Klimentyev --- manifests/1.14/deploy/vsphere-csi-controller-ss.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/1.14/deploy/vsphere-csi-controller-ss.yaml b/manifests/1.14/deploy/vsphere-csi-controller-ss.yaml index 0e2bc19802..6a69635d02 100644 --- a/manifests/1.14/deploy/vsphere-csi-controller-ss.yaml +++ b/manifests/1.14/deploy/vsphere-csi-controller-ss.yaml @@ -97,7 +97,7 @@ spec: name: vsphere-config-volume readOnly: true - name: csi-provisioner - image: quay.io/k8scsi/csi-provisioner:v1.2.1 + image: quay.io/k8scsi/csi-provisioner:v1.2.2 args: - "--v=4" - "--timeout=300s"