From f3525fe363e1225e3d2d08f90f639c85fb337460 Mon Sep 17 00:00:00 2001 From: Chin-Ya Huang Date: Mon, 28 Nov 2022 09:28:50 +0800 Subject: [PATCH] feat(csi-liveness-probe): update YAML Ref: 3907 Signed-off-by: Chin-Ya Huang --- deploy/longhorn.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index dcc143f..d562d7d 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -3718,6 +3718,8 @@ spec: value: "longhornio/csi-resizer:v1.3.0" - name: CSI_SNAPSHOTTER_IMAGE value: "longhornio/csi-snapshotter:v5.0.1" + - name: CSI_LIVENESS_PROBE_IMAGE + value: "longhornio/livenessprobe:v2.8.0" serviceAccountName: longhorn-service-account securityContext: runAsUser: 0