From 21491aa5a1a09c885385093b602cf08fb0be79f6 Mon Sep 17 00:00:00 2001 From: Cheng Xing Date: Thu, 19 Aug 2021 10:33:12 -0700 Subject: [PATCH] Bump livenessprobe to 2.4.0 in e2e hostpath driver spec --- .../storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml b/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml index cb2e7b4f99c..53cd47488dc 100644 --- a/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml +++ b/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml @@ -319,7 +319,7 @@ spec: volumeMounts: - mountPath: /csi name: socket-dir - image: k8s.gcr.io/sig-storage/livenessprobe:v2.3.0 + image: k8s.gcr.io/sig-storage/livenessprobe:v2.4.0 args: - --csi-address=/csi/csi.sock - --health-port=9898