Skip to content

Commit 4f05cdc

Browse files
committed
chore: bump liveness probe from 1.1.0 to 2.0.0
- Introduce V(5) on the health check begin/success log lines to allow filtering of these entries from logs. If you would like to retain these log entries the action required would be to set `-v==5` or higher for the livenessprobe container. ([#57](kubernetes-csi/livenessprobe#57), [@stefansedich](https://github.com/stefansedich)) - Deprecated "--connection-timeout" argument has been removed. ([#59](kubernetes-csi/livenessprobe#59), [@msau42](https://github.com/msau42)) - Fix nil pointer bug when driver responds with not ready ([#58](kubernetes-csi/livenessprobe#58), [@scuzhanglei](https://github.com/scuzhanglei)) - Migrated to Go modules, so the source builds also outside of GOPATH. ([#53](kubernetes-csi/livenessprobe#53), [@pohly](https://github.com/pohly))
1 parent 26abd59 commit 4f05cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stable/awsebscsiprovisioner/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
liveness:
99
image:
1010
repository: "quay.io/k8scsi/livenessprobe"
11-
tag: "v1.1.0"
11+
tag: "v1.2.0"
1212

1313
tolerations:
1414
- effect: NoSchedule

0 commit comments

Comments
 (0)