diff --git a/devkit/README.md b/devkit/README.md index 4580f8a7c..e45fc650a 100644 --- a/devkit/README.md +++ b/devkit/README.md @@ -1,5 +1,5 @@ # Devkit for CSI-Baremetal -This directory contains source files to build docker image that should be used +TThis directory contains source files to build docker image that should be used to build [csi-baremetal](https://github.com/dell/csi-baremetal). #### Build and Installation diff --git a/variables.mk b/variables.mk index 49f93141f..60d2b5428 100644 --- a/variables.mk +++ b/variables.mk @@ -58,7 +58,7 @@ LIVENESS_PROBE := livenessprobe BUSYBOX := busybox HEALTH_PROBE := health_probe -HEALTH_PROBE_BIN_URL := https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.24/grpc_health_probe-linux-amd64 +HEALTH_PROBE_BIN_URL := https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.22/grpc_health_probe-linux-amd64 ### go env vars GO_ENV_VARS := GO111MODULE=on ${GOPRIVATE_PART} ${GOPROXY_PART}