Skip to content

Commit 1d59e1f

Browse files
authored
Merge pull request #323 from verult/livenessprobe-2.4.0
Bump livenessprobe to 2.4.0
2 parents 5530d96 + 7eaec9b commit 1d59e1f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

deploy/kubernetes-1.18-test/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
volumeMounts:
7878
- mountPath: /csi
7979
name: socket-dir
80-
image: k8s.gcr.io/sig-storage/livenessprobe:v2.3.0
80+
image: k8s.gcr.io/sig-storage/livenessprobe:v2.4.0
8181
args:
8282
- --csi-address=/csi/csi.sock
8383
- --health-port=9898

deploy/kubernetes-1.18/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ spec:
319319
volumeMounts:
320320
- mountPath: /csi
321321
name: socket-dir
322-
image: k8s.gcr.io/sig-storage/livenessprobe:v2.3.0
322+
image: k8s.gcr.io/sig-storage/livenessprobe:v2.4.0
323323
args:
324324
- --csi-address=/csi/csi.sock
325325
- --health-port=9898

deploy/kubernetes-1.20-test/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
volumeMounts:
7878
- mountPath: /csi
7979
name: socket-dir
80-
image: k8s.gcr.io/sig-storage/livenessprobe:v2.3.0
80+
image: k8s.gcr.io/sig-storage/livenessprobe:v2.4.0
8181
args:
8282
- --csi-address=/csi/csi.sock
8383
- --health-port=9898

deploy/kubernetes-1.20/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ spec:
319319
volumeMounts:
320320
- mountPath: /csi
321321
name: socket-dir
322-
image: k8s.gcr.io/sig-storage/livenessprobe:v2.3.0
322+
image: k8s.gcr.io/sig-storage/livenessprobe:v2.4.0
323323
args:
324324
- --csi-address=/csi/csi.sock
325325
- --health-port=9898

deploy/kubernetes-1.21-test/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
volumeMounts:
7878
- mountPath: /csi
7979
name: socket-dir
80-
image: k8s.gcr.io/sig-storage/livenessprobe:v2.3.0
80+
image: k8s.gcr.io/sig-storage/livenessprobe:v2.4.0
8181
args:
8282
- --csi-address=/csi/csi.sock
8383
- --health-port=9898

deploy/kubernetes-1.21/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ spec:
303303
volumeMounts:
304304
- mountPath: /csi
305305
name: socket-dir
306-
image: k8s.gcr.io/sig-storage/livenessprobe:v2.3.0
306+
image: k8s.gcr.io/sig-storage/livenessprobe:v2.4.0
307307
args:
308308
- --csi-address=/csi/csi.sock
309309
- --health-port=9898

deploy/kubernetes-distributed/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ spec:
132132
volumeMounts:
133133
- mountPath: /csi
134134
name: socket-dir
135-
image: k8s.gcr.io/sig-storage/livenessprobe:v2.3.0
135+
image: k8s.gcr.io/sig-storage/livenessprobe:v2.4.0
136136
args:
137137
- --csi-address=/csi/csi.sock
138138
- --health-port=9898

0 commit comments

Comments
 (0)