From 4eb5f9430862a6d5e49a3e0ef77315e51decfb4a Mon Sep 17 00:00:00 2001 From: Jian Wang Date: Fri, 21 Feb 2025 10:35:43 +0100 Subject: [PATCH] Update eventrouter to v1.5.0-dev.0 Signed-off-by: Jian Wang --- scripts/patch-monitoring-logging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/patch-monitoring-logging b/scripts/patch-monitoring-logging index e13457956..d384b7b53 100644 --- a/scripts/patch-monitoring-logging +++ b/scripts/patch-monitoring-logging @@ -39,7 +39,7 @@ update_monitoring_logging_version() { # the harvester-eventrouter image tag is first bumped on installer, then on addon, to decouple the PRs # if ENV includes keyword `IMAGE` then `addon generateTemplates` will strip the image and only keep version - local HARVESTER_EVENTROUTER_FULL_TAG="rancher/harvester-eventrouter:v0.5.0" + local HARVESTER_EVENTROUTER_FULL_TAG="rancher/harvester-eventrouter:v1.5.0-dev.0" local henew="HARVESTER_EVENTROUTER_FULL_TAG=\"${HARVESTER_EVENTROUTER_FULL_TAG}\"" local hecur=$(grep $henew $target) || echo "harvester-eventrouter image tag is not found from $target" if [ -z "${hecur}" ]; then