From b6c63e664a9a6d2e88ee623fb0a5fa0807c3a3f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A1n=20Del=20Valle?= Date: Tue, 23 Nov 2021 20:17:39 -0800 Subject: [PATCH] Corrects image used for katbox to an actual katbox image. --- deploy/kubernetes-1.20/csi-katbox-plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/kubernetes-1.20/csi-katbox-plugin.yaml b/deploy/kubernetes-1.20/csi-katbox-plugin.yaml index 1569340..8c3c057 100644 --- a/deploy/kubernetes-1.20/csi-katbox-plugin.yaml +++ b/deploy/kubernetes-1.20/csi-katbox-plugin.yaml @@ -65,7 +65,7 @@ spec: name: csi-data-dir - name: katbox - image: k8s.gcr.io/sig-storage/livenessprobe:v2.2.0 + image: quay.io/katbox/driver:latest args: - "--drivername=katbox.csi.paypal.com" - "--v=5"