From 983f7d25b17fbe3c9c8e154222ac966aef67690f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 00:56:22 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes-csi/external-health-monitor to v0.19.0 | datasource | package | from | to | | --------------- | -------------------------------------- | ------- | ------- | | github-releases | kubernetes-csi/external-health-monitor | v0.18.0 | v0.19.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- operator/test/hack/setup-crc-csi-hostpath.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/test/hack/setup-crc-csi-hostpath.sh b/operator/test/hack/setup-crc-csi-hostpath.sh index 31522a54..1b14a903 100755 --- a/operator/test/hack/setup-crc-csi-hostpath.sh +++ b/operator/test/hack/setup-crc-csi-hostpath.sh @@ -44,7 +44,7 @@ EXTERNAL_RESIZER_VERSION="v2.2.1" # renovate: datasource=github-releases depName=kubernetes-csi/external-snapshotter EXTERNAL_SNAPSHOTTER_VERSION="v8.6.0" # renovate: datasource=github-releases depName=kubernetes-csi/external-health-monitor -EXTERNAL_HEALTH_MONITOR_VERSION="v0.18.0" +EXTERNAL_HEALTH_MONITOR_VERSION="v0.19.0" workdir=$(mktemp -d) trap 'rm -rf "${workdir}"' EXIT