From 7cae0acf855a6409d217f725cd1fd2804b23a845 Mon Sep 17 00:00:00 2001 From: Greg Back <1045796+gtback@users.noreply.github.com> Date: Mon, 21 Apr 2025 17:09:55 -0400 Subject: [PATCH] Update catalog-info.yaml (#17577) Fixes an error where this was being treated as a number rather than a string --- catalog-info.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 127e0b2c3..143acb634 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -794,7 +794,7 @@ spec: env: PIPELINES_TO_TRIGGER: 'logstash-jdk-availability-check-pipeline' Weekly JDK availability check (8.19): - branch: 8.19 + branch: "8.19" cronline: 0 2 * * 1 # every Monday@2AM UTC message: Weekly trigger of JDK update availability pipeline per branch env: @@ -802,4 +802,4 @@ spec: # ******************************* # SECTION END: JDK check pipeline -# ******************************* \ No newline at end of file +# *******************************