From 514ce7d53da97d20f3701ec02203183c45590847 Mon Sep 17 00:00:00 2001 From: Jian Wang Date: Wed, 18 Sep 2024 14:28:35 +0200 Subject: [PATCH] Bump eventrouter to v0.3.2 with bci 15.6 Signed-off-by: Jian Wang --- scripts/build-bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-bundle b/scripts/build-bundle index b88206186..665dc2c72 100755 --- a/scripts/build-bundle +++ b/scripts/build-bundle @@ -48,7 +48,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.3.1" + local HARVESTER_EVENTROUTER_FULL_TAG="rancher/harvester-eventrouter:v0.3.2" 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